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

This commit is contained in:
Juergen Daubert 2016-11-30 12:46:10 +01:00
parent 322222c21a
commit b3de861945
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/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

View File

@ -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

View File

@ -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
}