summaryrefslogtreecommitdiff
path: root/net/netsaint-plugin-cluster
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 /net/netsaint-plugin-cluster
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 '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} && \