diff options
Diffstat (limited to 'www')
-rw-r--r-- | www/w3c-httpd/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/w3c-httpd/Makefile b/www/w3c-httpd/Makefile index c64a6ef0a06..cf2f0b677b3 100644 --- a/www/w3c-httpd/Makefile +++ b/www/w3c-httpd/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.19 2006/03/04 21:31:04 jlam Exp $ +# $NetBSD: Makefile,v 1.20 2006/06/20 22:32:57 minskim Exp $ DISTNAME= w3c-httpd-3.0A PKGREVISION= 1 @@ -11,6 +11,7 @@ HOMEPAGE= http://www.w3.org/pub/WWW/Daemon/ COMMENT= WWW server from the W3 Consortium (W3C) WRKSRC= ${WRKDIR} +USE_TOOLS+= csh SUBST_CLASSES+= strcasestr SUBST_STAGE.strcasestr= post-patch |