summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorbad <bad>2005-12-13 18:55:03 +0000
committerbad <bad>2005-12-13 18:55:03 +0000
commit97b9bbfe0cd4dbbafe45dc78573a8e2685d4677d (patch)
tree0511e512fb883d11ed95f344ae8f8c1766fd967a /www
parent79133d3bc747b88a90ea24545ed9345ebdf41e20 (diff)
downloadpkgsrc-97b9bbfe0cd4dbbafe45dc78573a8e2685d4677d.tar.gz
Fix previous by implementing the other half of the changes that I forgot
about yesterday in the hurry between busses.
Diffstat (limited to 'www')
-rw-r--r--www/bozohttpd/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/www/bozohttpd/Makefile b/www/bozohttpd/Makefile
index 66719249510..08e1e62f8c3 100644
--- a/www/bozohttpd/Makefile
+++ b/www/bozohttpd/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.51 2005/12/12 21:38:55 bad Exp $
+# $NetBSD: Makefile,v 1.52 2005/12/13 18:55:03 bad Exp $
#
DISTNAME= bozohttpd-20050410
@@ -27,7 +27,7 @@ MAKE_ENV+= BINDIR=${PREFIX}/libexec MANDIR=${PREFIX}/man
.include "../../mk/bsd.options.mk"
-.if !empty(PKG_OPTIONS:Mdo_htpasswd)
+.if !empty(PKG_OPTIONS:Mbozohttpd-do-htpasswd)
CPPFLAGS+= -DDO_HTPASSWD
.endif