diff options
Diffstat (limited to 'xorg/polyglotman')
-rw-r--r-- | xorg/polyglotman/.footprint | 7 | ||||
-rw-r--r-- | xorg/polyglotman/Pkgfile | 4 |
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 } |