summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJuergen Daubert <jue@jue.li>2016-11-30 13:46:00 +0100
committerJuergen Daubert <jue@jue.li>2016-11-30 13:46:00 +0100
commit1e234ddc3ec4d24b31aed72cb133876f23a270cd (patch)
tree1a96d551a1b4c21fa2e9f5a38cbf38ed81000faf
parente313f65e0c0eb99454fac40616e9b5c722e60489 (diff)
downloadopt-1e234ddc3ec4d24b31aed72cb133876f23a270cd.tar.gz
opt-1e234ddc3ec4d24b31aed72cb133876f23a270cd.tar.xz
ngrep: move man-pages to /usr/share/man
-rw-r--r--ngrep/.footprint7
-rw-r--r--ngrep/.signature6
-rw-r--r--ngrep/Pkgfile4
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
}

Generated by cgit