diff options
author | wiz <wiz@pkgsrc.org> | 2002-10-26 20:01:46 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2002-10-26 20:01:46 +0000 |
commit | 0ba39c9fcf388572252262b571bbdd242f919198 (patch) | |
tree | 1965df4970157922fffa0b8cbdbe4e5a956fc40b /www/bozohttpd/Makefile | |
parent | f2417194ce6d30dda3558f80db08e3c6028b9bec (diff) | |
download | pkgsrc-0ba39c9fcf388572252262b571bbdd242f919198.tar.gz |
Add a patch that fixes a problem with some quoted chars and cgibins.
Patch provided by mrg -- thanks!
Bump PKGREVISION.
Diffstat (limited to 'www/bozohttpd/Makefile')
-rw-r--r-- | www/bozohttpd/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/bozohttpd/Makefile b/www/bozohttpd/Makefile index e52e0346354..42511f9c5f3 100644 --- a/www/bozohttpd/Makefile +++ b/www/bozohttpd/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.27 2002/09/13 09:30:06 mrg Exp $ +# $NetBSD: Makefile,v 1.28 2002/10/26 20:01:46 wiz Exp $ # DISTNAME= bozohttpd-5.15 +PKGREVISION= 1 CATEGORIES= www MASTER_SITES= ${MASTER_SITE_LOCAL} EXTRACT_SUFX= .tar.bz2 |