bmake: update to 20151010.

This commit is contained in:
Christian Neukirchen 2015-10-15 14:09:30 +02:00
parent 6f1653cc93
commit 4737ca2be2

View file

@ -1,6 +1,6 @@
# Template file for 'bmake'
pkgname=bmake
version=20150910
version=20151010
revision=1
create_wrksrc=yes
short_desc="Portable version of the NetBSD make build tool"
@ -8,7 +8,7 @@ maintainer="Juan RP <xtraeme@voidlinux.eu>"
license="BSD"
homepage="http://www.crufty.net/help/sjg/bmake.html"
distfiles="http://www.crufty.net/ftp/pub/sjg/bmake-${version}.tar.gz"
checksum=f7badd54de07b4f7c37161a9034d6b3bb09a48795dcde4b208ba7a9381ad6bf1
checksum=36025f0534a65986a76714b9860f466ea75a4daf56aff6a28ddb7b944c257336
do_configure() {
cd bmake
@ -39,4 +39,7 @@ do_install() {
../boot-strap --prefix=/usr --install-destdir=${DESTDIR} op=install
rm -rf ${DESTDIR}/usr/share/man/cat1
vman ../bmake.1
sed -n '/#/q;p' ../make.c >LICENSE
vlicense LICENSE
}