diff options
author | rillig <rillig@pkgsrc.org> | 2005-09-28 20:52:18 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2005-09-28 20:52:18 +0000 |
commit | 5946936ffcde6674d4e6801abd4a757acd269dd5 (patch) | |
tree | 49fa5aa9585554801243dca9aced094d40285ba0 /emulators | |
parent | 2c69e8a8941ca93a1afedde417f2dbaafd801bd6 (diff) | |
download | pkgsrc-5946936ffcde6674d4e6801abd4a757acd269dd5.tar.gz |
Replaced "# defined" with "yes" in Makefile variables like GNU_CONFIGURE,
NO_BUILD, USE_LIBTOOL.
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/compat13/Makefile | 6 | ||||
-rw-r--r-- | emulators/compat14-crypto/Makefile | 6 | ||||
-rw-r--r-- | emulators/compat14/Makefile | 6 | ||||
-rw-r--r-- | emulators/compat16/Makefile | 8 | ||||
-rw-r--r-- | emulators/m1/Makefile | 4 | ||||
-rw-r--r-- | emulators/netbsd32_compat14/Makefile | 6 | ||||
-rw-r--r-- | emulators/netbsd32_compat15/Makefile | 6 | ||||
-rw-r--r-- | emulators/netbsd32_compat16/Makefile | 6 | ||||
-rw-r--r-- | emulators/vmware-module/Makefile | 4 | ||||
-rw-r--r-- | emulators/vmware-module3/Makefile | 4 |
10 files changed, 28 insertions, 28 deletions
diff --git a/emulators/compat13/Makefile b/emulators/compat13/Makefile index 890d9949b25..76377a4e226 100644 --- a/emulators/compat13/Makefile +++ b/emulators/compat13/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.21 2005/04/15 18:40:50 kristerw Exp $ +# $NetBSD: Makefile,v 1.22 2005/09/28 20:52:20 rillig Exp $ # DISTNAME= compat13-${MACHINE_ARCH}${PKGMINOR} @@ -16,8 +16,8 @@ ONLY_FOR_PLATFORM= NetBSD-*-alpha NetBSD-*-arm NetBSD-*-arm32 \ NetBSD-*-ns32k NetBSD-*-sparc NOT_FOR_PLATFORM= NetBSD-1.3*-* -NO_MTREE= # defined -NO_BUILD= # defined +NO_MTREE= yes +NO_BUILD= yes SHLIB_HANDLING= NO USE_PKGINSTALL= YES DEINSTALL_EXTRA_TMPL+= ${.CURDIR}/DEINSTALL diff --git a/emulators/compat14-crypto/Makefile b/emulators/compat14-crypto/Makefile index b1b7c91b304..fd936faee1d 100644 --- a/emulators/compat14-crypto/Makefile +++ b/emulators/compat14-crypto/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2005/04/15 18:40:50 kristerw Exp $ +# $NetBSD: Makefile,v 1.10 2005/09/28 20:52:20 rillig Exp $ # DISTNAME= compat14-crypto-${MACHINE_ARCH}-${VERSION} @@ -20,8 +20,8 @@ NOT_FOR_PLATFORM= NetBSD-1.3*-* NetBSD-1.4*-* CRYPTO= YES -NO_MTREE= # defined -NO_BUILD= # defined +NO_MTREE= yes +NO_BUILD= yes SHLIB_HANDLING= NO USE_PKGINSTALL= YES DEINSTALL_EXTRA_TMPL+= ${.CURDIR}/DEINSTALL diff --git a/emulators/compat14/Makefile b/emulators/compat14/Makefile index b4d7ba6ccd6..0b1fc882f25 100644 --- a/emulators/compat14/Makefile +++ b/emulators/compat14/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2005/04/15 18:40:50 kristerw Exp $ +# $NetBSD: Makefile,v 1.13 2005/09/28 20:52:20 rillig Exp $ # DISTNAME= compat14-${MACHINE_ARCH}-${VERSION} @@ -18,8 +18,8 @@ CONFLICTS= compat14-crypto-[0-9]* ONLY_FOR_PLATFORM= NetBSD-*-sparc NetBSD-*-i386 NOT_FOR_PLATFORM= NetBSD-1.3*-* NetBSD-1.4*-* -NO_MTREE= # defined -NO_BUILD= # defined +NO_MTREE= yes +NO_BUILD= yes SHLIB_HANDLING= NO USE_PKGINSTALL= YES DEINSTALL_EXTRA_TMPL+= ${.CURDIR}/DEINSTALL diff --git a/emulators/compat16/Makefile b/emulators/compat16/Makefile index d99ef4f642b..4679ee3adf4 100644 --- a/emulators/compat16/Makefile +++ b/emulators/compat16/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2005/03/23 10:55:28 wiz Exp $ +# $NetBSD: Makefile,v 1.4 2005/09/28 20:52:20 rillig Exp $ # DISTNAME= compat16-${MACHINE_ARCH}-${VERSION} @@ -15,9 +15,9 @@ VERSION= 1.6.0 ONLY_FOR_PLATFORM= NetBSD-1.6[A-Z]*-i386 NetBSD-[2-9]*-i386 -NO_MTREE= # defined -NO_BUILD= # defined -NO_CONFIGURE= # defined +NO_MTREE= yes +NO_BUILD= yes +NO_CONFIGURE= yes SHLIB_HANDLING= NO .include "../../mk/bsd.prefs.mk" diff --git a/emulators/m1/Makefile b/emulators/m1/Makefile index fa82c68aa15..e7fe2652523 100644 --- a/emulators/m1/Makefile +++ b/emulators/m1/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2005/06/16 06:57:51 jlam Exp $ +# $NetBSD: Makefile,v 1.3 2005/09/28 20:52:20 rillig Exp $ # DISTNAME= m1074b2-lnx @@ -16,7 +16,7 @@ DEPENDS+= suse_base>=6.4:../../emulators/${SUSE_DIR_PREFIX}_compat ONLY_FOR_PLATFORM= *-*-i386 WRKSRC= ${WRKDIR}/m1-0.7.4 -NO_BUILD= # defined +NO_BUILD= yes CHECK_SHLIBS= no INSTALLATION_DIRS= bin diff --git a/emulators/netbsd32_compat14/Makefile b/emulators/netbsd32_compat14/Makefile index b8f7fef7dbb..48afb0fdb62 100644 --- a/emulators/netbsd32_compat14/Makefile +++ b/emulators/netbsd32_compat14/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2005/07/19 10:23:42 grant Exp $ +# $NetBSD: Makefile,v 1.13 2005/09/28 20:52:20 rillig Exp $ # DISTNAME= compat14-${MACHINE32_ARCH}-${VERSION} @@ -26,8 +26,8 @@ MACHINE32_ARCH= ${MACHINE_ARCH} ONLY_FOR_PLATFORM= NetBSD-*-sparc64 ONLY_FOR_PLATFORM+= NetBSD-[2-9]*-x86_64 -NO_MTREE= # defined -NO_BUILD= # defined +NO_MTREE= yes +NO_BUILD= yes SHLIB_HANDLING= NO USE_PKGINSTALL= YES DEINSTALL_EXTRA_TMPL+= ${.CURDIR}/DEINSTALL diff --git a/emulators/netbsd32_compat15/Makefile b/emulators/netbsd32_compat15/Makefile index a9469017cd9..5ab6c76b18e 100644 --- a/emulators/netbsd32_compat15/Makefile +++ b/emulators/netbsd32_compat15/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2003/11/23 05:22:34 grant Exp $ +# $NetBSD: Makefile,v 1.11 2005/09/28 20:52:21 rillig Exp $ # .if ${MACHINE_ARCH} == "sparc64" @@ -20,8 +20,8 @@ CONFLICTS= netbsd32_compat16-[0-9]* ONLY_FOR_PLATFORM= NetBSD-*-sparc64 -NO_MTREE= # defined -NO_BUILD= # defined +NO_MTREE= yes +NO_BUILD= yes SHLIB_HANDLING= NO USE_PKGINSTALL= YES DEINSTALL_EXTRA_TMPL+= ${.CURDIR}/DEINSTALL diff --git a/emulators/netbsd32_compat16/Makefile b/emulators/netbsd32_compat16/Makefile index df2ea5b94cf..ccd55d93f0f 100644 --- a/emulators/netbsd32_compat16/Makefile +++ b/emulators/netbsd32_compat16/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2005/03/23 10:56:47 wiz Exp $ +# $NetBSD: Makefile,v 1.11 2005/09/28 20:52:21 rillig Exp $ # .if ${MACHINE_ARCH} == "sparc64" @@ -29,8 +29,8 @@ CONFLICTS= netbsd32_compat15-[0-9]* ONLY_FOR_PLATFORM= NetBSD-[2-9]*-sparc64 ONLY_FOR_PLATFORM+= NetBSD-[2-9]*-x86_64 -NO_MTREE= # defined -NO_BUILD= # defined +NO_MTREE= yes +NO_BUILD= yes SHLIB_HANDLING= NO USE_PKGINSTALL= YES DEINSTALL_EXTRA_TMPL+= ${.CURDIR}/DEINSTALL diff --git a/emulators/vmware-module/Makefile b/emulators/vmware-module/Makefile index 2be9708f6b1..d7a54302dbe 100644 --- a/emulators/vmware-module/Makefile +++ b/emulators/vmware-module/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2004/01/20 12:14:41 agc Exp $ +# $NetBSD: Makefile,v 1.15 2005/09/28 20:52:21 rillig Exp $ DISTNAME= vmware-netbsd-1.2 PKGNAME= vmware-module-1.2 @@ -15,7 +15,7 @@ CONFLICTS= vmware-module-3* ONLY_FOR_PLATFORM= NetBSD-*-i386 WRKSRC= ${WRKDIR} -NO_CONFIGURE= # defined +NO_CONFIGURE= yes NO_SRC_ON_FTP= already there diff --git a/emulators/vmware-module3/Makefile b/emulators/vmware-module3/Makefile index b0f691e3744..6394a6b0e17 100644 --- a/emulators/vmware-module3/Makefile +++ b/emulators/vmware-module3/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2004/12/26 22:06:46 jdolecek Exp $ +# $NetBSD: Makefile,v 1.18 2005/09/28 20:52:21 rillig Exp $ DISTNAME= vmware-netbsd-3.2.1.7 PKGNAME= vmware-module-3.2.1.7 @@ -14,7 +14,7 @@ CONFLICTS= vmware-module-1.* ONLY_FOR_PLATFORM= NetBSD-*-i386 -NO_CONFIGURE= # defined +NO_CONFIGURE= yes NO_SRC_ON_FTP= already there |