commit b3de8619450861649d041b7aab9cda69829f89cc Author: Juergen Daubert <jue@jue.li> Date: Wed Nov 30 12:46:10 2016 +0100 iftop: move man-pages to /usr/share/man diff --git a/iftop/.footprint b/iftop/.footprint index a95798e..20918ba 100644 --- a/iftop/.footprint +++ b/iftop/.footprint @@ -1,6 +1,7 @@ drwxr-xr-x root/root usr/ -drwxr-xr-x root/root usr/man/ -drwxr-xr-x root/root usr/man/man8/ --rw-r--r-- root/root usr/man/man8/iftop.8.gz drwxr-xr-x root/root usr/sbin/ -rwxr-xr-x root/root usr/sbin/iftop +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/iftop.8.gz diff --git a/iftop/.signature b/iftop/.signature index 843bd4d..f7d0f7d 100644 --- a/iftop/.signature +++ b/iftop/.signature @@ -1,5 +1,5 @@ untrusted comment: verify with /etc/ports/opt.pub -RWSE3ohX2g5d/b5DlPUeK4wKCYLXNhaycEW/vF6YfsPE92uP0ujsogPOohSWT6Cs76I1MjmpkP8hjzm8zgThTSGoBTcIOGW3nAc= -SHA256 (Pkgfile) = a905e7a4e49e21995b21dc68e29c0303182a4a72fddf7fe2dba336cc6c70d2e6 -SHA256 (.footprint) = ab1689d8bad945e5e9af3b01cfbcc1ce56aaee3fd42c17031ebae6380466eb8a +RWSE3ohX2g5d/RbCZof04xtNgCdFPsVTboT48DMgR16fW3ydiH9TIma9dCtfILvKDVTsK3sqdTqovlqgChGNhdO3uk0aIfgZtAs= +SHA256 (Pkgfile) = 043760184fa1eb23efde3ca46a19128ba0eabfa3698cf2618ea750b89e5ef10a +SHA256 (.footprint) = 259f94be5b2e913090b8aac0e0ef4c7db5cdd326d5156076d8190530b2738a31 SHA256 (iftop-1.0pre4.tar.gz) = f733eeea371a7577f8fe353d86dd88d16f5b2a2e702bd96f5ffb2c197d9b4f97 diff --git a/iftop/Pkgfile b/iftop/Pkgfile index 62d3f83..340bcaa 100644 --- a/iftop/Pkgfile +++ b/iftop/Pkgfile @@ -5,12 +5,12 @@ name=iftop version=1.0pre4 -release=1 +release=2 source=(http://www.ex-parrot.com/~pdw/iftop/download/$name-$version.tar.gz) build () { cd $name-$version - ./configure --prefix=/usr --mandir=/usr/man + ./configure --prefix=/usr make iftop make DESTDIR=$PKG install }