ports/contrib (3.3): ack: update mandir
commit 3ffe9283666542130e968bbc22711cd8a5d230e2 Author: Thomas Penteker <tek@serverop.de> Date: Sun Aug 20 23:45:27 2017 +0200 ack: update mandir diff --git a/ack/.footprint b/ack/.footprint index e7083688..f7c7dbfe 100644 --- a/ack/.footprint +++ b/ack/.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/ack -drwxr-xr-x root/root usr/man/ -drwxr-xr-x root/root usr/man/man1/ --rw-r--r-- root/root usr/man/man1/ack.1.gz +drwxr-xr-x root/root usr/share/ +drwxr-xr-x root/root usr/share/man/ +drwxr-xr-x root/root usr/share/man/man1/ +-rw-r--r-- root/root usr/share/man/man1/ack.1.gz diff --git a/ack/.signature b/ack/.signature index cca8f25e..7eb4d9aa 100644 --- a/ack/.signature +++ b/ack/.signature @@ -1,5 +1,5 @@ untrusted comment: verify with /etc/ports/contrib.pub -RWSagIOpLGJF32VH6lnwSP54ANyFG4HcajhGBu8B7nao0ILmm8anKgRmF3ulwlHGKNcyvisvoQCe8CPliIg9jkRMzgNgpl1SNQw= -SHA256 (Pkgfile) = f9314f7465562ebaa66af5dd78e0828f3c98498295f3a4a6736c428af61ade30 -SHA256 (.footprint) = b71990d52fa9a88248123c8577a29365dfd10f0671731dba93f5d325ad3b005d +RWSagIOpLGJF3/y21fVN1tsMGNnFgOQGviI7P135ISZjaZB+Y8SLVkzYF6rRfj/nofc4ZbWmz9L4kegdOnwmw5iWqWwBVC8MIgI= +SHA256 (Pkgfile) = d699c8add74595150bac9b8e32c9ae7522fcd52cf93e467717ebae80055489fc +SHA256 (.footprint) = 96add98d81506b9fa6521e56c6ea0c896bd6ad8e133108367bc68fb17686cab0 SHA256 (ack-2.18-single-file) = 6e41057c8f50f661d800099471f769209480efa53b8a886969d7ec6db60a2208 diff --git a/ack/Pkgfile b/ack/Pkgfile index 7a098f67..2f5797d9 100644 --- a/ack/Pkgfile +++ b/ack/Pkgfile @@ -9,7 +9,7 @@ release=1 source=(http://beyondgrep.com/$name-$version-single-file) build() { - install -D -m 0755 $name-$version-single-file $PKG/usr/bin/$name - mkdir -p $PKG/usr/man/man1 - pod2man $PKG/usr/bin/$name > $PKG/usr/man/man1/$name.1 + install -D $name-$version-single-file $PKG/usr/bin/$name + install -d $PKG/usr/share/man/man1 + pod2man $PKG/usr/bin/$name > $PKG/usr/share/man/man1/$name.1 }
participants (1)
-
crux@crux.nu