diff options
author | minskim <minskim@pkgsrc.org> | 2006-06-20 22:32:57 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2006-06-20 22:32:57 +0000 |
commit | fbb62e6625acd8572a4142838f36da6e635dfdc8 (patch) | |
tree | 2e0980e58cab50bb268887f823bcc33263ad249b /www | |
parent | 5c57cd656ee4e0289b3c448e62b2e23bd6d49c3c (diff) | |
download | pkgsrc-fbb62e6625acd8572a4142838f36da6e635dfdc8.tar.gz |
USE_TOOLS+=csh
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 |