ports/contrib (3.3): dnstop: update mandir
commit e708d0999265e5dc5911e4ebdad4cff44e9ddabb Author: Thomas Penteker <tek@serverop.de> Date: Mon Aug 21 00:24:56 2017 +0200 dnstop: update mandir diff --git a/dnstop/.footprint b/dnstop/.footprint index 04b18189..3ba9e5cf 100644 --- a/dnstop/.footprint +++ b/dnstop/.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/dnstop -drwxr-xr-x root/root usr/man/ -drwxr-xr-x root/root usr/man/man8/ --rwxr-xr-x root/root usr/man/man8/dnstop.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/ +-rwxr-xr-x root/root usr/share/man/man8/dnstop.8.gz diff --git a/dnstop/.signature b/dnstop/.signature index ccdd326a..c2169d0b 100644 --- a/dnstop/.signature +++ b/dnstop/.signature @@ -1,5 +1,5 @@ untrusted comment: verify with /etc/ports/contrib.pub -RWSagIOpLGJF38/ejMUB4Oow7HtN5/879wdxk9wXr0QSLDCHvYKmOsE/4lSZuzm3sNVb3hDZpf+IWSnm0mY0lN+NPPN303e48Qg= -SHA256 (Pkgfile) = 463ce161f55c642cdd8a303745af6b0363bfce73f05a2ec97c20b96837996129 -SHA256 (.footprint) = 9401524ffb2ed9fbcab410f8978b288e83f212a5f3305b2deff3d82dd827fa92 +RWSagIOpLGJF35rZInVL0FzDaJsiWNplGHVDSkooDESPjwGDH5Lfcy02X1PEJZSuQMiNMsiG4dqE232YaWls3S6+gnmG+AxKogM= +SHA256 (Pkgfile) = 99cc7e26157859c370f20494aa105d6432ca0617cf3442fba42f1c363c70adca +SHA256 (.footprint) = 106e40d14fbe3f3065c9317fe5e14ea0648007295bce4534b2a74baa96f653ed SHA256 (dnstop-20140915.tar.gz) = b4b03d02005b16e98d923fa79957ea947e3aa6638bb267403102d12290d0c57a diff --git a/dnstop/Pkgfile b/dnstop/Pkgfile index 18927835..2daf3ea6 100644 --- a/dnstop/Pkgfile +++ b/dnstop/Pkgfile @@ -9,9 +9,11 @@ release=1 source=(http://dns.measurement-factory.com/tools/dnstop/src/$name-$version.tar.gz) build() { cd $name-${version} + ./configure --prefix=/usr make + install -D dnstop $PKG/usr/bin/dnstop - install -D dnstop.8 $PKG/usr/man/man8/dnstop.8 + install -D dnstop.8 $PKG/usr/share/man/man8/dnstop.8 }
participants (1)
-
crux@crux.nu