diff options
author | mrg <mrg@pkgsrc.org> | 2002-08-05 16:37:49 +0000 |
---|---|---|
committer | mrg <mrg@pkgsrc.org> | 2002-08-05 16:37:49 +0000 |
commit | 64d6a19a02bea74ab1d1b090884b116a58baea71 (patch) | |
tree | f7d3d90e72e792e1c9e9ff99e2a4c5f3566c16e1 /www/bozohttpd | |
parent | 7dcb292dc8587904569747d9a69cbe777945cdbd (diff) | |
download | pkgsrc-64d6a19a02bea74ab1d1b090884b116a58baea71.tar.gz |
pull in a patch from development sources that fixes a bug in directory
index generation of the root of the web tree. bump to bozohttpd 5.13nb1.
Diffstat (limited to 'www/bozohttpd')
-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 bc609d4d4e6..76a47530cd2 100644 --- a/www/bozohttpd/Makefile +++ b/www/bozohttpd/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.19 2002/08/04 23:19:58 wiz Exp $ +# $NetBSD: Makefile,v 1.20 2002/08/05 16:37:49 mrg Exp $ # DISTNAME= bozohttpd-5.13 +PKGREVISION= 1 CATEGORIES= www MASTER_SITES= ${MASTER_SITE_LOCAL} EXTRACT_SUFX= .tar.bz2 |