ngrep: move man-pages to /usr/share/man

This commit is contained in:
Juergen Daubert 2016-11-30 13:46:00 +01:00
parent e313f65e0c
commit 1e234ddc3e
3 changed files with 9 additions and 8 deletions

View File

@ -1,6 +1,7 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/ngrep
drwxr-xr-x root/root usr/man/
drwxr-xr-x root/root usr/man/man8/
-rw-r--r-- root/root usr/man/man8/ngrep.8.gz
drwxr-xr-x root/root usr/share/
drwxr-xr-x root/root usr/share/man/
drwxr-xr-x root/root usr/share/man/man8/
-rw-r--r-- root/root usr/share/man/man8/ngrep.8.gz

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/opt.pub
RWSE3ohX2g5d/ah9fytr5udZhvSmyFb7qMHcNHTyn1jhAUjkn9k5QuUVvl41oEN7czMnlX+pN/K82DfmROVBNaC5WP3df6fxqgk=
SHA256 (Pkgfile) = 4f0eafe8495bda0b6571bb8df712d629f042ee48e4f07540ca908ce2aae18ef4
SHA256 (.footprint) = 71df4af4cb0e742554edcf0a450a1151d63ae3dbc193e208451401a95fa5cc9c
RWSE3ohX2g5d/ZtGtig0cbMvonsIfV5vX0t5JCQoaCcC4RzrPK7TUbenxPuFQZ5yH7tPr//cVvjsRD/RPmXDb10dYIP8UTEphQo=
SHA256 (Pkgfile) = 598309cd9e56236b7415b31832a6a08fae6e04b58b8509fac8d748b1159748c2
SHA256 (.footprint) = e0003c041b3e51307926f61381776c99bb9e8fd187f82aacaf579cfac8456ecc
SHA256 (ngrep-1_46_1.tar.gz) = d94bb5ab478ab699710d8792d8ccb935c9f6677b1580857f9256c321f0a230ef

View File

@ -5,12 +5,12 @@
name=ngrep
version=1.46.1
release=1
release=2
source=(http://crux.s3.amazonaws.com/dist/$name-${version//./_}.tar.gz)
build () {
cd $name-${version//./_}
./configure --prefix=/usr --enable-ipv6
make
make DESTDIR=$PKG mandir=/usr/man install
make DESTDIR=$PKG install
}