diff options
author | agc <agc> | 2001-09-09 20:36:07 +0000 |
---|---|---|
committer | agc <agc> | 2001-09-09 20:36:07 +0000 |
commit | 10ab8c4a3a9386cf6af1611fcb6fed36f0c7837e (patch) | |
tree | 3fd1a2f535365e26fdc0e751d53fad480118cea2 /lang | |
parent | bcd8cfcceceb6d12e34ad9af489c74c7e1e63619 (diff) | |
download | pkgsrc-10ab8c4a3a9386cf6af1611fcb6fed36f0c7837e.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 'lang')
-rw-r--r-- | lang/cint/Makefile | 5 | ||||
-rw-r--r-- | lang/cu-prolog/Makefile | 3 | ||||
-rw-r--r-- | lang/java-lang-spec/Makefile | 4 | ||||
-rw-r--r-- | lang/nawk/Makefile | 4 | ||||
-rw-r--r-- | lang/py-html-docs/Makefile | 4 | ||||
-rw-r--r-- | lang/siod/Makefile | 4 | ||||
-rw-r--r-- | lang/sml-nj/Makefile | 4 |
7 files changed, 14 insertions, 14 deletions
diff --git a/lang/cint/Makefile b/lang/cint/Makefile index e784d840fcf..ef046856b99 100644 --- a/lang/cint/Makefile +++ b/lang/cint/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.8 2001/05/09 15:14:16 agc Exp $ +# $NetBSD: Makefile,v 1.9 2001/09/09 20:36:31 agc Exp $ DISTNAME= cint5.14 PKGNAME= cint-5.14.40 -NO_WRKSUBDIR= yes CATEGORIES= lang MASTER_SITES= ${MASTER_SITE_BACKUP} @@ -13,6 +12,8 @@ COMMENT= C/C++ interpreter #same distribution file name for minor versions DIST_SUBDIR= ${PKGNAME} +WRKSRC= ${WRKDIR} + do-build: @cd ${WRKDIR}; \ case ${OPSYS} in \ diff --git a/lang/cu-prolog/Makefile b/lang/cu-prolog/Makefile index 655c3aac2e2..4be630865a3 100644 --- a/lang/cu-prolog/Makefile +++ b/lang/cu-prolog/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2001/05/05 21:23:07 jtb Exp $ +# $NetBSD: Makefile,v 1.6 2001/09/09 20:36:31 agc Exp $ # FreeBSD Id: Makefile,v 1.2 2000/04/12 06:18:03 obrien Exp DISTNAME= cu-prolog-3.94 @@ -10,7 +10,6 @@ MAINTAINER= packages@netbsd.org COMMENT= Experimental constraint logic programming language DIST_SUBDIR= ${DISTNAME} -NO_WRKSUBDIR= #defined WRKSRC= ${WRKDIR}/src MAKEFILE= makefile ALL_TARGET= cup diff --git a/lang/java-lang-spec/Makefile b/lang/java-lang-spec/Makefile index f78e706c8bb..0ce347e629b 100644 --- a/lang/java-lang-spec/Makefile +++ b/lang/java-lang-spec/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2001/02/17 09:07:14 agc Exp $ +# $NetBSD: Makefile,v 1.3 2001/09/09 20:36:32 agc Exp $ DISTNAME= langspec-2.0.html PKGNAME= java-lang-spec-2.0 @@ -10,7 +10,7 @@ MAINTAINER= jlam@netbsd.org HOMEPAGE= http://java.sun.com/docs/books/jls/index.html COMMENT= The Java(TM) Language Specification (HTML) -NO_WRKSUBDIR= # defined +WRKSRC= ${WRKDIR} NO_CONFIGURE= # defined NO_BUILD= # defined diff --git a/lang/nawk/Makefile b/lang/nawk/Makefile index 701a439e3de..6ab4be0b139 100644 --- a/lang/nawk/Makefile +++ b/lang/nawk/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2001/02/17 09:07:22 agc Exp $ +# $NetBSD: Makefile,v 1.5 2001/09/09 20:36:32 agc Exp $ # DISTNAME= awk @@ -12,7 +12,7 @@ COMMENT= Brian Kernighan's pattern-directed scanning and processing language DIST_SUBDIR= ${PKGNAME} -NO_WRKSUBDIR= yes +WRKSRC= ${WRKDIR} MAKEFILE= makefile ALL_TARGET= a.out diff --git a/lang/py-html-docs/Makefile b/lang/py-html-docs/Makefile index 7ad9ada7759..17be3f3851b 100644 --- a/lang/py-html-docs/Makefile +++ b/lang/py-html-docs/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2001/02/17 09:07:26 agc Exp $ +# $NetBSD: Makefile,v 1.11 2001/09/09 20:36:32 agc Exp $ # DISTNAME= html-2.0 @@ -13,7 +13,7 @@ COMMENT= HTML Documentation for Python DIST_SUBDIR= python -NO_WRKSUBDIR= yes +WRKSRC= ${WRKDIR} NO_CONFIGURE= yes NO_BUILD= yes diff --git a/lang/siod/Makefile b/lang/siod/Makefile index fb64c5a1d63..7a270981573 100644 --- a/lang/siod/Makefile +++ b/lang/siod/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2001/06/22 14:00:19 wiz Exp $ +# $NetBSD: Makefile,v 1.6 2001/09/09 20:36:33 agc Exp $ DISTNAME= siod PKGNAME= siod-3.0 @@ -12,7 +12,7 @@ COMMENT= Small-footprint implementation of the Scheme programming language ONLY_FOR_PLATFORM= SunOS-*-* # untested on NetBSD -NO_WRKSUBDIR= yes +WRKSRC= ${WRKDIR} MAKEFILE= makefile ALL_TARGET= ${OPSYS} MAKE_ENV+= CC="${CC}" diff --git a/lang/sml-nj/Makefile b/lang/sml-nj/Makefile index ca1192de396..9bb840c1ce0 100644 --- a/lang/sml-nj/Makefile +++ b/lang/sml-nj/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2001/04/28 23:59:17 jtb Exp $ +# $NetBSD: Makefile,v 1.10 2001/09/09 20:36:33 agc Exp $ # FreeBSD Id: ports/lang/sml-nj/Makefile,v 1.9 1999/08/25 06:35:27 obrien Exp DISTNAME= ${SML_VERSION}-bin.${BOX}-unix @@ -33,7 +33,7 @@ ONLY_FOR_PLATFORM= NetBSD-*-i386 SunOS-*-sparc NetBSD-*-sparc # ftp://flint.cs.yale.edu/pub/smlnj/working/${SML_VERSION}/ DIST_SUBDIR= sml-nj -NO_WRKSUBDIR= yes +WRKSRC= ${WRKDIR} EXTRACT_ONLY= ${SML_VERSION}-config.tar.Z USE_GMAKE= yes |