diff options
Diffstat (limited to 'www/w3c-httpd/Makefile')
-rw-r--r-- | www/w3c-httpd/Makefile | 4 |
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) |