summaryrefslogtreecommitdiff
path: root/net
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 /net
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 'net')
-rw-r--r--net/6to4/Makefile4
-rw-r--r--net/bind4/Makefile4
-rw-r--r--net/fping/Makefile4
-rw-r--r--net/host/Makefile4
-rw-r--r--net/mirror/Makefile4
-rw-r--r--net/mouse-pppoe/Makefile4
-rw-r--r--net/netsaint-plugin-cluster/Makefile4
-rw-r--r--net/py-soaplib/Makefile4
-rw-r--r--net/py-xmlrpclib/Makefile4
-rw-r--r--net/smb2www/Makefile4
-rw-r--r--net/yale-tftpd/Makefile4
11 files changed, 22 insertions, 22 deletions
diff --git a/net/6to4/Makefile b/net/6to4/Makefile
index b5328f84868..e54ceca9029 100644
--- a/net/6to4/Makefile
+++ b/net/6to4/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2001/04/09 00:15:34 hubertf Exp $
+# $NetBSD: Makefile,v 1.7 2001/09/09 20:36:37 agc Exp $
#
DISTNAME= 6to4-1.1nb1
@@ -14,7 +14,7 @@ USE_PERL5= YES
# This pkg doesn't regard USE_INET6 (leave this comment for README-IPv6.html!)
EXTRACT_ONLY= # empty
-NO_WRKSUBDIR= yes
+WRKSRC= ${WRKDIR}
NO_CHECKSUM= yes
NO_PATCH= yes
NO_CONFIGURE= yes
diff --git a/net/bind4/Makefile b/net/bind4/Makefile
index b8105e48d70..69e5bb3f55b 100644
--- a/net/bind4/Makefile
+++ b/net/bind4/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2001/02/17 18:18:35 wiz Exp $
+# $NetBSD: Makefile,v 1.6 2001/09/09 20:36:37 agc Exp $
#
DISTNAME= bind-4.9.8-REL
@@ -10,7 +10,7 @@ MAINTAINER= packages@netbsd.org
HOMEPAGE= http://www.isc.org/
COMMENT= The BIND name server, version 4, as an alternative to BIND 8
-NO_WRKSUBDIR= yes
+WRKSRC= ${WRKDIR}
.if !exists(/usr/sbin/named-bootconf)
IGNORE= "${PKGNAME} is intended for NetBSD 1.4 or higher"
diff --git a/net/fping/Makefile b/net/fping/Makefile
index 4ae0c5715d2..e47e4659ac4 100644
--- a/net/fping/Makefile
+++ b/net/fping/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2001/02/17 18:18:52 wiz Exp $
+# $NetBSD: Makefile,v 1.4 2001/09/09 20:36:38 agc Exp $
# FreeBSD Id: ports/net/fping/Makefile,v 1.10 2000/04/20 20:18:57 mharo Exp
DISTNAME= part01
@@ -15,7 +15,7 @@ COMMENT= Quickly ping many hosts w/o flooding the network
DIST_SUBDIR= fping
EXTRACT_CMD= zcat ${DOWNLOADED_DISTFILE} | ${SED} -e '1,/Archive-Name/d' | ${SH}
-NO_WRKSUBDIR= yes
+WRKSRC= ${WRKDIR}
post-install:
${CHMOD} 4555 ${PREFIX}/sbin/fping
diff --git a/net/host/Makefile b/net/host/Makefile
index a7bf351e3a5..6e4cc2e2f1a 100644
--- a/net/host/Makefile
+++ b/net/host/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2001/03/10 17:06:37 wiz Exp $
+# $NetBSD: Makefile,v 1.2 2001/09/09 20:36:38 agc Exp $
DISTNAME= host_991529
PKGNAME= host-991529
@@ -19,7 +19,7 @@ MAKE_ENV+= ALLOW_HOSTALIASES=-DALLOW_HOSTALIASES
.endif
NO_CONFIGURE= yes
-NO_WRKSUBDIR= yes
+WRKSRC= ${WRKDIR}
# MAKE_ENV will have the right effect...
MAKEFLAGS+= -e
diff --git a/net/mirror/Makefile b/net/mirror/Makefile
index c49c943af85..0ce50740b2b 100644
--- a/net/mirror/Makefile
+++ b/net/mirror/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 2001/02/25 04:18:05 hubertf Exp $
+# $NetBSD: Makefile,v 1.14 2001/09/09 20:36:38 agc Exp $
# FreeBSD Id: Makefile,v 1.6 1996/12/01 01:22:54 obrien Exp
#
@@ -11,7 +11,7 @@ COMMENT= Mirror packages on remote sites
USE_PERL5= # defined
-NO_WRKSUBDIR= # defined
+WRKSRC= ${WRKDIR}
MAKEFILE= makefile
SCRIPTS_ENV+= PERL5=${PERL5}
diff --git a/net/mouse-pppoe/Makefile b/net/mouse-pppoe/Makefile
index 29234b5af47..e34d1c89a03 100644
--- a/net/mouse-pppoe/Makefile
+++ b/net/mouse-pppoe/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2001/03/31 11:14:30 zuntum Exp $
+# $NetBSD: Makefile,v 1.8 2001/09/09 20:36:38 agc Exp $
DISTNAME= pppoe.20000912
PKGNAME= mouse-${DISTNAME:S/./-/}nb1
@@ -8,7 +8,7 @@ MASTER_SITES= ftp://ftp.netbsd.org/pub/NetBSD/misc/mouse/pppoe/
MAINTAINER= mouse@netbsd.org
COMMENT= derMouse's PPP over Ethernet program
-NO_WRKSUBDIR= yes
+WRKSRC= ${WRKDIR}
do-build:
(cd ${WRKSRC} ; ${CC} ${CFLAGS} -o pppoe pppoe.c)
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} && \
diff --git a/net/py-soaplib/Makefile b/net/py-soaplib/Makefile
index c6853013ae2..782f5a3a761 100644
--- a/net/py-soaplib/Makefile
+++ b/net/py-soaplib/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2001/05/19 12:52:18 drochner Exp $
+# $NetBSD: Makefile,v 1.2 2001/09/09 20:36:39 agc Exp $
#
DISTNAME= soaplib-0.8-20000621
@@ -11,7 +11,7 @@ MAINTAINER= drochner@netbsd.org
HOMEPAGE= http://www.pythonware.com/products/soap/index.htm
COMMENT= implementation of the SOAP 1.1 protocol
-NO_WRKSUBDIR= yes
+WRKSRC= ${WRKDIR}
NO_BUILD= yes
USE_PYTHON= yes
diff --git a/net/py-xmlrpclib/Makefile b/net/py-xmlrpclib/Makefile
index a0d43aa33a4..72c6480ee7e 100644
--- a/net/py-xmlrpclib/Makefile
+++ b/net/py-xmlrpclib/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2001/05/19 12:50:56 drochner Exp $
+# $NetBSD: Makefile,v 1.2 2001/09/09 20:36:39 agc Exp $
#
DISTNAME= xmlrpc-0.9.8-990621
@@ -11,7 +11,7 @@ MAINTAINER= drochner@netbsd.org
HOMEPAGE= http://www.pythonware.com/products/xmlrpc/
COMMENT= implementation of the XML-RPC protocol for Python
-NO_WRKSUBDIR= yes
+WRKSRC= ${WRKDIR}
NO_BUILD= yes
USE_PYTHON= yes
diff --git a/net/smb2www/Makefile b/net/smb2www/Makefile
index ac74466ee20..34b72bf5cf8 100644
--- a/net/smb2www/Makefile
+++ b/net/smb2www/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2001/02/18 04:52:34 hubertf Exp $
+# $NetBSD: Makefile,v 1.2 2001/09/09 20:36:39 agc Exp $
#
DISTNAME= smb2www-980804
@@ -15,7 +15,7 @@ DEPENDS+= samba-[0-9]*:../../net/samba
DEPENDS+= perl-[0-9]*:../../lang/perl5
DEPENDS+= apache{,6}-[0-9]*:../../www/apache
-NO_WRKSUBDIR= yes
+WRKSRC= ${WRKDIR}
SMB2WWW_MASTER_BROWSER_SERVER?= # set for non-empty
APACHE_USER?= nobody
diff --git a/net/yale-tftpd/Makefile b/net/yale-tftpd/Makefile
index c51e41e7fe1..2a2ce585d99 100644
--- a/net/yale-tftpd/Makefile
+++ b/net/yale-tftpd/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2001/07/30 19:43:49 nra Exp $
+# $NetBSD: Makefile,v 1.2 2001/09/09 20:36:40 agc Exp $
# FreeBSD Id: ports/ftp/yale-tftpd/Makefile,v 1.14 2000/04/12 05:31:29 mharo Exp
DISTNAME= yale-tftpd-3.0
@@ -8,7 +8,7 @@ MASTER_SITES= ftp://ftp.cert.dfn.de/pub/tools/net/yale-tftpd/
MAINTAINER= packages@netbsd.org
COMMENT= Enhanced tftpd(8) from Yale University and cisco Systems
-NO_WRKSUBDIR=
+WRKSRC= ${WRKDIR}
post-configure:
${MV} ${WRKSRC}/tftpd.8 ${WRKSRC}/tftpd.8.in