summaryrefslogtreecommitdiff
path: root/lang/cint
diff options
context:
space:
mode:
authoragc <agc@pkgsrc.org>2001-09-09 20:36:07 +0000
committeragc <agc@pkgsrc.org>2001-09-09 20:36:07 +0000
commita16fc84f19dd8bf3201242f9e04334979fbebb2f (patch)
tree3fd1a2f535365e26fdc0e751d53fad480118cea2 /lang/cint
parent9a53280dd16ed46cdf17cd6040cbfa62bcc8319a (diff)
downloadpkgsrc-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 'lang/cint')
-rw-r--r--lang/cint/Makefile5
1 files changed, 3 insertions, 2 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 \