ack: update mandir

This commit is contained in:
Thomas Penteker 2017-08-20 23:45:27 +02:00
parent 70d2ef82a8
commit 3ffe928366
3 changed files with 10 additions and 9 deletions

View File

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

View File

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

View File

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