summaryrefslogtreecommitdiff
path: root/www/w3c-httpd
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 /www/w3c-httpd
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 'www/w3c-httpd')
-rw-r--r--www/w3c-httpd/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/www/w3c-httpd/Makefile b/www/w3c-httpd/Makefile
index c217ce7438b..e4ae1d7247a 100644
--- a/www/w3c-httpd/Makefile
+++ b/www/w3c-httpd/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2001/02/25 04:18:25 hubertf Exp $
+# $NetBSD: Makefile,v 1.8 2001/09/09 20:36:54 agc Exp $
# FreeBSD Id: Makefile,v 1.19 1999/01/08 19:59:26 fenner Exp
DISTNAME= w3c-httpd-3.0A
@@ -10,7 +10,7 @@ MAINTAINER= package@netbsd.org
HOMEPAGE= http://www.w3.org/pub/WWW/Daemon/
COMMENT= WWW server from the W3 Consortium (W3C)
-NO_WRKSUBDIR= yes
+WRKSRC= ${WRKDIR}
pre-configure:
.if !defined(MD5_PW)