diff options
author | dholland <dholland@pkgsrc.org> | 2008-08-30 08:10:29 +0000 |
---|---|---|
committer | dholland <dholland@pkgsrc.org> | 2008-08-30 08:10:29 +0000 |
commit | 17aae38d3d1128551c6ae1240e3f0f8689d893a2 (patch) | |
tree | f4e851da0d68bd49abc1bc438018a755f3fad448 /sysutils | |
parent | 4e9d724d965e5d89bfb2dca04b1e0ea00dbf1da5 (diff) | |
download | pkgsrc-17aae38d3d1128551c6ae1240e3f0f8689d893a2.tar.gz |
There's a perl script in here, so USE_TOOLS+=perl:run. PKGREVISION++.
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/lilo/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sysutils/lilo/Makefile b/sysutils/lilo/Makefile index 9b71ff73d6d..21a7f41363c 100644 --- a/sysutils/lilo/Makefile +++ b/sysutils/lilo/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.3 2008/03/14 16:16:12 reed Exp $ +# $NetBSD: Makefile,v 1.4 2008/08/30 08:10:29 dholland Exp $ DISTNAME= lilo-22.8.src +PKGREVISION= 1 PKGNAME= ${DISTNAME:S/.src//} CATEGORIES= sysutils MASTER_SITES= ${MASTER_SITE_SUNSITE:=system/boot/lilo/} \ @@ -25,7 +26,7 @@ WRKSRC= ${WRKDIR}/${PKGNAME_NOREV} BUILD_DEPENDS+= bin86>=0.16.10:../../devel/bin86 BUILD_DEPENDS+= nasm>=0.98:../../devel/nasm -USE_TOOLS+= gmake +USE_TOOLS+= gmake perl:run MAKE_ENV+= ROOT=${PREFIX:Q} CONF_FILES= ${PREFIX}/share/lilo/lilo.conf.example ${PKG_SYSCONFDIR}/lilo.conf |