ports/opt (3.2): netcat: fixed mandir location
commit 18422ed56f3b3214bba14bb64e8a3fd977aaae6c Author: Jose V Beneyto <sepen@crux.nu> Date: Mon Apr 4 12:23:09 2016 +0200 netcat: fixed mandir location diff --git a/netcat/.footprint b/netcat/.footprint index 8708aa9..f9516d0 100644 --- a/netcat/.footprint +++ b/netcat/.footprint @@ -2,6 +2,7 @@ drwxr-xr-x root/root usr/ drwxr-xr-x root/root usr/bin/ lrwxrwxrwx root/root usr/bin/nc -> netcat -rwxr-xr-x root/root usr/bin/netcat -drwxr-xr-x root/root usr/man/ -drwxr-xr-x root/root usr/man/man1/ --rw-r--r-- root/root usr/man/man1/netcat.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/netcat.1.gz diff --git a/netcat/Pkgfile b/netcat/Pkgfile index 413048f..6e0c846 100644 --- a/netcat/Pkgfile +++ b/netcat/Pkgfile @@ -6,14 +6,17 @@ name=netcat version=0.7.1 -release=2 +release=3 source=(http://download.sourceforge.net/netcat/netcat-0.7.1.tar.bz2) build() { cd $name-$version - ./configure --prefix=/usr + + ./configure --prefix=/usr \ + --mandir=/usr/share/man + make make DESTDIR=$PKG install - rm -rf $PKG/usr/{share,info} + rm -rf $PKG/usr/{share/locale,info} }
participants (1)
-
crux@crux.nu