summaryrefslogtreecommitdiff
path: root/net/netsaint-plugin-cluster
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 /net/netsaint-plugin-cluster
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 'net/netsaint-plugin-cluster')
-rw-r--r--net/netsaint-plugin-cluster/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/netsaint-plugin-cluster/Makefile b/net/netsaint-plugin-cluster/Makefile
index b80d6522777..0cc53dbc4f6 100644
--- a/net/netsaint-plugin-cluster/Makefile
+++ b/net/netsaint-plugin-cluster/Makefile
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.1.1.1 2001/05/16 08:03:26 rh Exp $
+# $NetBSD: Makefile,v 1.2 2001/09/09 20:36:39 agc Exp $
#
DISTNAME= check_cluster
PKGNAME= netsaint-plugin-cluster-20001207
-NO_WRKSUBDIR= YES
CATEGORIES= net
MASTER_SITES= http://netsaint.sourceforge.net/download/alpha/
EXTRACT_SUFX= .c
@@ -15,6 +14,7 @@ COMMENT= host and service cluster plugin for NetSaint
DEPENDS+= netsaint-base-*:../../net/netsaint-base
EXTRACT_CMD= ${CP} ${DISTDIR}/${DISTNAME}${EXTRACT_SUFX} ${WRKSRC}
+WRKSRC= ${WRKDIR}
do-build:
cd ${WRKSRC} && \