summaryrefslogtreecommitdiff
path: root/mail/drac
diff options
context:
space:
mode:
authoragc <agc>2001-09-09 20:36:07 +0000
committeragc <agc>2001-09-09 20:36:07 +0000
commit10ab8c4a3a9386cf6af1611fcb6fed36f0c7837e (patch)
tree3fd1a2f535365e26fdc0e751d53fad480118cea2 /mail/drac
parentbcd8cfcceceb6d12e34ad9af489c74c7e1e63619 (diff)
downloadpkgsrc-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 'mail/drac')
-rw-r--r--mail/drac/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/mail/drac/Makefile b/mail/drac/Makefile
index a1018c833a8..0ae6c6efbeb 100644
--- a/mail/drac/Makefile
+++ b/mail/drac/Makefile
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.2 2001/02/17 18:24:43 wiz Exp $
+# $NetBSD: Makefile,v 1.3 2001/09/09 20:36:33 agc Exp $
#
DISTNAME= drac
PKGNAME= drac-1.10
-NO_WRKSUBDIR= yes
CATEGORIES= mail
MASTER_SITES= ftp://ftp.cc.umanitoba.ca/src/
EXTRACT_SUFX= .tar.Z
@@ -12,4 +11,6 @@ MAINTAINER= groo@netbsd.org
HOMEPAGE= http://mail.cc.umanitoba.ca/drac/
COMMENT= Dynamic Relay Authorization Control
+WRKSRC= ${WRKDIR}
+
.include "../../mk/bsd.pkg.mk"