diff options
author | Thomas Penteker <tek@serverop.de> | 2018-11-25 20:11:29 +0100 |
---|---|---|
committer | Thomas Penteker <tek@serverop.de> | 2018-11-25 20:11:29 +0100 |
commit | 7c9b70cd3fcc1c3e85335428d92e1c5697df4ae3 (patch) | |
tree | 7a69323c9d6d5bba1797a4515d0e01c72ee3cb82 /libdnet | |
parent | 686e6d2f92b88cada2df88fe987e1588257889b1 (diff) | |
download | contrib-7c9b70cd3fcc1c3e85335428d92e1c5697df4ae3.tar.gz contrib-7c9b70cd3fcc1c3e85335428d92e1c5697df4ae3.tar.xz |
libdnet: adjust mandir
Diffstat (limited to 'libdnet')
-rw-r--r-- | libdnet/.footprint | 11 | ||||
-rw-r--r-- | libdnet/.signature | 6 | ||||
-rw-r--r-- | libdnet/Pkgfile | 4 |
3 files changed, 11 insertions, 10 deletions
diff --git a/libdnet/.footprint b/libdnet/.footprint index b1feacaa4..2b6dbc683 100644 --- a/libdnet/.footprint +++ b/libdnet/.footprint @@ -25,10 +25,11 @@ drwxr-xr-x root/root usr/lib/ lrwxrwxrwx root/root usr/lib/libdnet.so -> libdnet.so.1.0.1 lrwxrwxrwx root/root usr/lib/libdnet.so.1 -> libdnet.so.1.0.1 -rwxr-xr-x root/root usr/lib/libdnet.so.1.0.1 -drwxr-xr-x root/root usr/man/ -drwxr-xr-x root/root usr/man/man3/ --rw-r--r-- root/root usr/man/man3/dnet.3.gz -drwxr-xr-x root/root usr/man/man8/ --rw-r--r-- root/root usr/man/man8/dnet.8.gz drwxr-xr-x root/root usr/sbin/ -rwxr-xr-x root/root usr/sbin/dnet +drwxr-xr-x root/root usr/share/ +drwxr-xr-x root/root usr/share/man/ +drwxr-xr-x root/root usr/share/man/man3/ +-rw-r--r-- root/root usr/share/man/man3/dnet.3.gz +drwxr-xr-x root/root usr/share/man/man8/ +-rw-r--r-- root/root usr/share/man/man8/dnet.8.gz diff --git a/libdnet/.signature b/libdnet/.signature index b6c9d3923..63ef78632 100644 --- a/libdnet/.signature +++ b/libdnet/.signature @@ -1,5 +1,5 @@ untrusted comment: verify with /etc/ports/contrib.pub -RWSagIOpLGJF30RP+0OrLpTXWYdD8dPUigYf7y4O5w8MrvajihzIM5mvUOh7liOJCN6ggZFLEQgNoEe7PebV4kv6PF2PXnUQ6A8= -SHA256 (Pkgfile) = e1edabba3fea56123e5f8d0219c7a83f1583d79eff4a673dcaee46092eb12e4e -SHA256 (.footprint) = 551c2581a5f98f8ebb9d0bda05e43908b089e6e3f5b9d47b1b8f9ff1301f0436 +RWSagIOpLGJF3zqhdWimxlLfMQIb+GjOWcDZeCXWXZHVG6+YKUfS4h6YJ66TEvDUY91qJ51P9hGq1e7n6nd4gmV3jIKbhdEJ1go= +SHA256 (Pkgfile) = bae521381d37caff30e1f808c8d9afb2e6e9164b333cd7d376bd7bde10e97ee1 +SHA256 (.footprint) = 80c49d6c4a9c5ac57d706272f8ef0c7b8b2682fb41003c54cedaa4339b6ee715 SHA256 (libdnet-1.11.tar.gz) = 0eb78415c8f2564c2f1e8ad36e98473348d9c94852f796a226360c716cc7ca53 diff --git a/libdnet/Pkgfile b/libdnet/Pkgfile index 295e28758..377b40578 100644 --- a/libdnet/Pkgfile +++ b/libdnet/Pkgfile @@ -14,8 +14,8 @@ build() { # fix FS#1144 autoreconf -i -Iconfig - ./configure --prefix=/usr \ - --mandir=/usr/man + ./configure --prefix=/usr + make make install DESTDIR=$PKG } |