diff options
author | agc <agc@pkgsrc.org> | 2001-09-09 20:36:07 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 2001-09-09 20:36:07 +0000 |
commit | a16fc84f19dd8bf3201242f9e04334979fbebb2f (patch) | |
tree | 3fd1a2f535365e26fdc0e751d53fad480118cea2 /emulators | |
parent | 9a53280dd16ed46cdf17cd6040cbfa62bcc8319a (diff) | |
download | pkgsrc-a16fc84f19dd8bf3201242f9e04334979fbebb2f.tar.gz |
Deprecate NO_WRKSUBDIR, replacing it with an explicit assignment of:
WRKSRC= ${WRKDIR}
This is much cleaner, much more indicative of what happens, and removes
another of the negative definitions (NO_.* = value).
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/freebsd_lib/Makefile | 4 | ||||
-rw-r--r-- | emulators/mmix/Makefile | 4 | ||||
-rw-r--r-- | emulators/simh/Makefile | 4 | ||||
-rw-r--r-- | emulators/spim/Makefile | 4 | ||||
-rw-r--r-- | emulators/vmware-module/Makefile | 4 |
5 files changed, 10 insertions, 10 deletions
diff --git a/emulators/freebsd_lib/Makefile b/emulators/freebsd_lib/Makefile index 8ee27c5dfa9..a53e1894047 100644 --- a/emulators/freebsd_lib/Makefile +++ b/emulators/freebsd_lib/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2001/05/19 03:56:35 jlam Exp $ +# $NetBSD: Makefile,v 1.11 2001/09/09 20:36:22 agc Exp $ # DISTNAME= freebsd_lib-2.2.7 @@ -11,7 +11,7 @@ COMMENT= libraries necessary for FreeBSD compatibility, including XFree86 ONLY_FOR_PLATFORM= NetBSD-*-i386 NO_BUILD= yes -NO_WRKSUBDIR= yes +WRKSRC= ${WRKDIR} do-install: @${INSTALL_DATA_DIR} ${PREFIX}/emul/freebsd diff --git a/emulators/mmix/Makefile b/emulators/mmix/Makefile index 8948b649556..282c5751e42 100644 --- a/emulators/mmix/Makefile +++ b/emulators/mmix/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2001/04/12 21:52:13 jtb Exp $ +# $NetBSD: Makefile,v 1.2 2001/09/09 20:36:22 agc Exp $ DISTNAME= mmix PKGNAME= mmix-20000918 @@ -11,7 +11,7 @@ COMMENT= Simulators for Knuth's MMIX RISC architecture BUILD_DEPENDS+= cweb-*:../../devel/cweb DIST_SUBDIR= ${PKGNAME} -NO_WRKSUBDIR= yes +WRKSRC= ${WRKDIR} ALL_TARGET= all doc diff --git a/emulators/simh/Makefile b/emulators/simh/Makefile index 716678320ad..f351e24a03e 100644 --- a/emulators/simh/Makefile +++ b/emulators/simh/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2001/02/17 18:38:22 wiz Exp $ +# $NetBSD: Makefile,v 1.5 2001/09/09 20:36:22 agc Exp $ # DISTNAME= sim_2.3d @@ -9,7 +9,7 @@ MASTER_SITES= ftp://minnie.cs.adfa.oz.au/pub/PDP-11/Sims/Supnik_2.3/sources/ MAINTAINER= packages@netbsd.org COMMENT= PDP, IBM 1401, and Nova CPU simulator -NO_WRKSUBDIR= yes +WRKSRC= ${WRKDIR} MAKEFILE= ${FILESDIR}/Makefile diff --git a/emulators/spim/Makefile b/emulators/spim/Makefile index fc88664cb3e..2a859bfd9ac 100644 --- a/emulators/spim/Makefile +++ b/emulators/spim/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2001/03/11 16:19:45 tron Exp $ +# $NetBSD: Makefile,v 1.10 2001/09/09 20:36:22 agc Exp $ # FreeBSD Id: Makefile,v 1.5 1997/10/10 06:53:35 obrien Exp # @@ -11,7 +11,7 @@ MAINTAINER= deberg@netbsd.org HOMEPAGE= http://www.cs.wisc.edu/~larus/spim.html COMMENT= MIPS R2000 Simulator -NO_WRKSUBDIR= yes +WRKSRC= ${WRKDIR} HAS_CONFIGURE= yes CONFIGURE_SCRIPT= ./Configure diff --git a/emulators/vmware-module/Makefile b/emulators/vmware-module/Makefile index 549c756429e..76a21f36bfe 100644 --- a/emulators/vmware-module/Makefile +++ b/emulators/vmware-module/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2001/07/07 14:40:07 veego Exp $ +# $NetBSD: Makefile,v 1.2 2001/09/09 20:36:23 agc Exp $ DISTNAME= vmware-netbsd-1.0 PKGNAME= vmware-module-1.0 @@ -12,7 +12,7 @@ COMMENT= Kernel modules for the VMware emulator ONLY_FOR_PLATFORM= NetBSD-*-i386 -NO_WRKSUBDIR= # defined +WRKSRC= ${WRKDIR} NO_CONFIGURE= # defined NO_SRC_ON_FTP= ${RESTRICTED} |