ports/opt (3.3): lsof: fix mandir
commit 6bee1b1fe50818011572a40462297a2ec9cad4b2 Author: Thomas Penteker <tek@serverop.de> Date: Sun Aug 20 22:39:14 2017 +0200 lsof: fix mandir diff --git a/lsof/.footprint b/lsof/.footprint index 8d387b8fb..5d478d020 100644 --- a/lsof/.footprint +++ b/lsof/.footprint @@ -1,6 +1,6 @@ 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/lsof.8.gz drwxr-xr-x root/root usr/sbin/ -rwxr-xr-x root/root usr/sbin/lsof +drwxr-xr-x root/root usr/share/ +drwxr-xr-x root/root usr/share/man8/ +-rw-r--r-- root/root usr/share/man8/lsof.8 diff --git a/lsof/.signature b/lsof/.signature index e37680caa..e93bea622 100644 --- a/lsof/.signature +++ b/lsof/.signature @@ -1,5 +1,5 @@ untrusted comment: verify with /etc/ports/opt.pub -RWSE3ohX2g5d/c0rOOenweYhp4/6gRcnCFJplYaxWv6FwFn8PSzfxrrtHM15JXXZsmHOn1Vt987EamMi1jW9b3DCbPsfAA7Uegs= -SHA256 (Pkgfile) = 7d9b6856e7c63f26bac201d60ffe3b065095d2ae8605e7a8ea9c59ea373d7635 -SHA256 (.footprint) = ac1f1bace506e0dd63bb40414c0d7ade6000f716c5c539b195e5cc21f5737e03 +RWSE3ohX2g5d/eXzGSPen4jb8C6/eCPOEEVZB3N6AHxCg6Zip66yWbSnN8vS3JbL6Yhluz7ZWVwbVqk/D8X9I6pRbue0yr2s4Aw= +SHA256 (Pkgfile) = 9b045d297bf3c04a707ff4fb047a89c98b45e5f249c62266502bd7a6bdb646ba +SHA256 (.footprint) = 5e7aae542e078c72ac698c0bab0f995e4ae7d3548983c0c6c8b82958952a41e9 SHA256 (lsof_4.89.tar.bz2) = 81ac2fc5fdc944793baf41a14002b6deb5a29096b387744e28f8c30a360a3718 diff --git a/lsof/Pkgfile b/lsof/Pkgfile index 5b7bc280d..c0c237587 100644 --- a/lsof/Pkgfile +++ b/lsof/Pkgfile @@ -16,5 +16,5 @@ build() { sed -i -e "s/-DLINUXV/${CFLAGS} -DLINUXV/" Makefile make install -D -m 755 lsof $PKG/usr/sbin/lsof - install -D -m 644 lsof.8 $PKG/usr/man/man8/lsof.8 + install -D -m 644 lsof.8 $PKG/usr/share/man8/lsof.8 }
participants (1)
-
crux@crux.nu