From c992853c95ea02b26330dd59b602aa762412588e Mon Sep 17 00:00:00 2001 From: tnut Date: Fri, 25 Dec 2009 16:02:35 +0100 Subject: polyglotman, maj man --- xorg/polyglotman/.footprint | 7 ++++--- xorg/polyglotman/Pkgfile | 4 ++-- 2 files changed, 6 insertions(+), 5 deletions(-) (limited to 'xorg') 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 } -- cgit v1.2.3-54-g00ecf