diff options
author | minskim <minskim> | 2006-06-20 22:32:57 +0000 |
---|---|---|
committer | minskim <minskim> | 2006-06-20 22:32:57 +0000 |
commit | 2e920f1297bb6c3066e1c5150ae6c824b7f26a0c (patch) | |
tree | 2e0980e58cab50bb268887f823bcc33263ad249b /www/w3c-httpd | |
parent | aebe5d39239a97ad65b184be1210e70105a2eb15 (diff) | |
download | pkgsrc-2e920f1297bb6c3066e1c5150ae6c824b7f26a0c.tar.gz |
USE_TOOLS+=csh
Diffstat (limited to 'www/w3c-httpd')
-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 |