summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortnut <thierryn1 at hispeed dot ch>2009-12-25 16:02:35 +0100
committertnut <thierryn1 at hispeed dot ch>2009-12-25 16:02:35 +0100
commitc992853c95ea02b26330dd59b602aa762412588e (patch)
tree8425285d79566666fffc84c417b801c316110eb7
parentfc18901f97a5d066b80420a4f15efa2e1eb5f39b (diff)
downloadnutyx-extra-c992853c95ea02b26330dd59b602aa762412588e.tar.gz
nutyx-extra-c992853c95ea02b26330dd59b602aa762412588e.tar.bz2
nutyx-extra-c992853c95ea02b26330dd59b602aa762412588e.tar.xz
nutyx-extra-c992853c95ea02b26330dd59b602aa762412588e.zip
polyglotman, maj man
-rw-r--r--xorg/polyglotman/.footprint7
-rw-r--r--xorg/polyglotman/Pkgfile4
2 files changed, 6 insertions, 5 deletions
diff --git a/xorg/polyglotman/.footprint b/xorg/polyglotman/.footprint
index 3f495ad6b..2f4fc9813 100644
--- a/xorg/polyglotman/.footprint
+++ b/xorg/polyglotman/.footprint
@@ -1,6 +1,7 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/rman
-drwxr-xr-x root/root usr/man/
-drwxr-xr-x root/root usr/man/man1/
--rw-r--r-- root/root usr/man/man1/rman.1.gz
+drwxr-xr-x root/root usr/share/
+drwxr-xr-x root/root usr/share/man/
+drwxr-xr-x root/root usr/share/man/man1/
+-rw-r--r-- root/root usr/share/man/man1/rman.1.gz
diff --git a/xorg/polyglotman/Pkgfile b/xorg/polyglotman/Pkgfile
index a0d36d9be..df3c03f04 100644
--- a/xorg/polyglotman/Pkgfile
+++ b/xorg/polyglotman/Pkgfile
@@ -13,7 +13,7 @@ build() {
make
install -d $PKG/usr/bin
- install -d $PKG/usr/man/man1
+ install -d $PKG/usr/share/man/man1
- make BINDIR=$PKG/usr/bin MANDIR=$PKG/usr/man/man1 install
+ make BINDIR=$PKG/usr/bin MANDIR=$PKG/usr/share/man/man1 install
}