From 1e234ddc3ec4d24b31aed72cb133876f23a270cd Mon Sep 17 00:00:00 2001 From: Juergen Daubert Date: Wed, 30 Nov 2016 13:46:00 +0100 Subject: [PATCH] ngrep: move man-pages to /usr/share/man --- ngrep/.footprint | 7 ++++--- ngrep/.signature | 6 +++--- ngrep/Pkgfile | 4 ++-- 3 files changed, 9 insertions(+), 8 deletions(-) diff --git a/ngrep/.footprint b/ngrep/.footprint index 277239501..d449dfb0c 100644 --- a/ngrep/.footprint +++ b/ngrep/.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/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 diff --git a/ngrep/.signature b/ngrep/.signature index 1306f7f75..ebf6d4979 100644 --- a/ngrep/.signature +++ b/ngrep/.signature @@ -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 diff --git a/ngrep/Pkgfile b/ngrep/Pkgfile index fb2bcd02e..e05eb6ff4 100644 --- a/ngrep/Pkgfile +++ b/ngrep/Pkgfile @@ -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 }