summaryrefslogtreecommitdiff
path: root/sysutils/rtty
diff options
context:
space:
mode:
authoragc <agc>2001-09-09 20:36:07 +0000
committeragc <agc>2001-09-09 20:36:07 +0000
commit439f7ef8b30b4d3a4a7a7b2567b92b85dec1cb80 (patch)
tree3fd1a2f535365e26fdc0e751d53fad480118cea2 /sysutils/rtty
parentd7e0cbaca9b70f01fcca76240b3fcc9b9b95082e (diff)
downloadpkgsrc-439f7ef8b30b4d3a4a7a7b2567b92b85dec1cb80.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 'sysutils/rtty')
-rw-r--r--sysutils/rtty/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/rtty/Makefile b/sysutils/rtty/Makefile
index d16251d3023..0ae1e5732c9 100644
--- a/sysutils/rtty/Makefile
+++ b/sysutils/rtty/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 2001/05/19 03:56:40 jlam Exp $
+# $NetBSD: Makefile,v 1.14 2001/09/09 20:36:47 agc Exp $
# FreeBSD Id: Makefile,v 1.3 1997/01/06 12:13:36 jkh Exp
#
@@ -10,7 +10,7 @@ MASTER_SITES= ftp://ftp.vix.com/pub/vixie/
MAINTAINER= packages@netbsd.org
COMMENT= multiuser "tip"/"cu" replacement with logging
-NO_WRKSUBDIR= yes
+WRKSRC= ${WRKDIR}
pre-configure:
${CHMOD} -R u+w ${WRKDIR}