1
0
forked from ports/contrib

ack: 1.96 -> 2.04

This commit is contained in:
Bartlomiej Palmowski 2013-06-18 20:36:26 +02:00
parent 4a4bb68342
commit 85f2aee136
2 changed files with 4 additions and 4 deletions

View File

@ -1 +1 @@
d1719df0d06b3b3913ebbd10c4575673 ack-standalone
e1ec46fc744e3db41cccd35be0aef2eb ack-2.04-single-file

View File

@ -3,12 +3,12 @@
# Maintainer: Bartlomiej Palmowski, rotwang at crux dot org dot pl
name=ack
version=1.96
version=2.04
release=1
source=(http://betterthangrep.com/$name-standalone)
source=(http://beyondgrep.com/$name-$version-single-file)
build() {
install -D -m 0755 $name-standalone $PKG/usr/bin/$name
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
}