ports/core (3.2): psmisc: move man-pages to /usr/share/man
commit 8804dd922f29e68e8e139715e0a248b4818b7b2b Author: Fredrik Rinnestam <fredrik@crux.nu> Date: Sat Jul 25 21:17:02 2015 +0200 psmisc: move man-pages to /usr/share/man diff --git a/psmisc/.footprint b/psmisc/.footprint index 5a29ea9..92b5fcf 100644 --- a/psmisc/.footprint +++ b/psmisc/.footprint @@ -5,10 +5,11 @@ drwxr-xr-x root/root usr/bin/ -rwxr-xr-x root/root usr/bin/peekfd -rwxr-xr-x root/root usr/bin/prtstat -rwxr-xr-x root/root usr/bin/pstree -drwxr-xr-x root/root usr/man/ -drwxr-xr-x root/root usr/man/man1/ --rw-r--r-- root/root usr/man/man1/fuser.1.gz --rw-r--r-- root/root usr/man/man1/killall.1.gz --rw-r--r-- root/root usr/man/man1/peekfd.1.gz --rw-r--r-- root/root usr/man/man1/prtstat.1.gz --rw-r--r-- root/root usr/man/man1/pstree.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/fuser.1.gz +-rw-r--r-- root/root usr/share/man/man1/killall.1.gz +-rw-r--r-- root/root usr/share/man/man1/peekfd.1.gz +-rw-r--r-- root/root usr/share/man/man1/prtstat.1.gz +-rw-r--r-- root/root usr/share/man/man1/pstree.1.gz diff --git a/psmisc/Pkgfile b/psmisc/Pkgfile index f820091..5d939a0 100644 --- a/psmisc/Pkgfile +++ b/psmisc/Pkgfile @@ -5,7 +5,7 @@ name=psmisc version=22.21 -release=2 +release=3 source=(http://downloads.sourceforge.net/project/$name/$name/$name-$version.tar.gz \ fuseropts.patch) @@ -15,7 +15,7 @@ build() { # https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=740275 patch -p1 -i $SRC/fuseropts.patch - ./configure --prefix=/usr --disable-nls --mandir=/usr/man + ./configure --prefix=/usr --disable-nls make make DESTDIR=$PKG install rm $PKG/usr/bin/pstree.x11
participants (1)
-
crux@crux.nu