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 | ac690469a3e4215a740ed16ac9a0ee9d30be0fa6 (patch) | |
tree | 2e0980e58cab50bb268887f823bcc33263ad249b /www/w3c-httpd | |
parent | a7635b30cbfef1c97d54c0f46ae7aefa51c14acc (diff) | |
download | pkgsrc-ac690469a3e4215a740ed16ac9a0ee9d30be0fa6.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 |