bmake: update to 20141111.

This commit is contained in:
Eivind Uggedal 2014-11-17 09:42:32 +00:00
parent 3357408857
commit 22eaca2049
1 changed files with 4 additions and 4 deletions

View File

@ -1,14 +1,14 @@
# Template file for 'bmake'
pkgname=bmake
version=20140620
revision=2
version=20141111
revision=1
create_wrksrc=yes
short_desc="Portable version of the NetBSD make build tool"
maintainer="Juan RP <xtraeme@gmail.com>"
license="BSD"
homepage="http://www.crufty.net/help/sjg/bmake.html"
distfiles="http://www.crufty.net/ftp/pub/sjg/bmake-${version}.tar.gz"
checksum=bd9d24d131a78c1ab77b1d2e165317549e2df88637b8caa169e985f725469626
checksum=33ed72d45918b30c16120152d6192f2349f777c52adae02d9d88dfc2c4686b20
do_configure() {
cd bmake
@ -36,6 +36,6 @@ do_install() {
sed -i "s,^BMAKE=$,BMAKE=${wrksrc}/bmake/bmake-host/bmake," ../boot-strap
fi
../boot-strap --prefix=/usr --install-destdir=${DESTDIR} op=install
rm -r ${DESTDIR}/usr/share/man/cat1
rm -rf ${DESTDIR}/usr/share/man/cat1
vman ../bmake.1
}