diff options
author | rillig <rillig@pkgsrc.org> | 2005-05-23 09:29:08 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2005-05-23 09:29:08 +0000 |
commit | ecc724ef3284d634ee1a11d55aedeb2ff647e011 (patch) | |
tree | 6204dc7f38479af6fecd0c977d93bccf74b92c97 /emulators | |
parent | 4ad7ae8ec7287bd4811496794d228fc62e2fcb49 (diff) | |
download | pkgsrc-ecc724ef3284d634ee1a11d55aedeb2ff647e011.tar.gz |
Set NO_BUILD to yes instead of 1.
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/darwin_lib/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/emulators/darwin_lib/Makefile b/emulators/darwin_lib/Makefile index 520d60808bd..90250cd716e 100644 --- a/emulators/darwin_lib/Makefile +++ b/emulators/darwin_lib/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2003/11/23 05:24:05 grant Exp $ +# $NetBSD: Makefile,v 1.3 2005/05/23 09:29:08 rillig Exp $ DISTNAME= darwin_lib-6.6.2 CATEGORIES= emulators @@ -34,7 +34,7 @@ RPMARGS+= ${DISTDIR}/${TEMP} .endfor EXTRACT_ONLY= # empty -NO_BUILD= 1 +NO_BUILD= yes do-install: ${RM} -f ${WRKDIR}/PLIST_DYNAMIC |