From 4737ca2be24dfe94e49ad6f969a6717b783832dd Mon Sep 17 00:00:00 2001 From: Christian Neukirchen Date: Thu, 15 Oct 2015 14:09:30 +0200 Subject: [PATCH] bmake: update to 20151010. --- srcpkgs/bmake/template | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/srcpkgs/bmake/template b/srcpkgs/bmake/template index 4f902000f0..f56d138421 100644 --- a/srcpkgs/bmake/template +++ b/srcpkgs/bmake/template @@ -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 " 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 }