summaryrefslogtreecommitdiff
path: root/www/bozohttpd/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'www/bozohttpd/Makefile')
-rw-r--r--www/bozohttpd/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/www/bozohttpd/Makefile b/www/bozohttpd/Makefile
index 6b68f8fbb92..5a5b83b6415 100644
--- a/www/bozohttpd/Makefile
+++ b/www/bozohttpd/Makefile
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.34 2003/09/22 08:38:17 wiz Exp $
+# $NetBSD: Makefile,v 1.35 2003/10/06 01:16:47 mrg Exp $
#
-DISTNAME= bozohttpd-20030626
-PKGREVISION= 1
+DISTNAME= bozohttpd-20031005
CATEGORIES= www
MASTER_SITES= ${MASTER_SITE_LOCAL}
EXTRACT_SUFX= .tar.bz2
@@ -23,6 +22,8 @@ MAKE_ENV+= BINDIR=${PREFIX}/libexec MANDIR=${PREFIX}/man
CPPFLAGS+= -DINET6
.endif
+CPPFLAGS+= -Wno-error
+
pre-build:
cd ${WRKSRC}; for file in bozohttpd.8; do \
${SED} -e "s|/usr/pkg/|${PREFIX}/|g" \