diff options
author | bad <bad@pkgsrc.org> | 2005-12-13 18:55:03 +0000 |
---|---|---|
committer | bad <bad@pkgsrc.org> | 2005-12-13 18:55:03 +0000 |
commit | d14db4b0a7e3663d71cf4a5539cb769eb926d694 (patch) | |
tree | 0511e512fb883d11ed95f344ae8f8c1766fd967a /www | |
parent | 924221590280943865232a9730d1a2be24707f0f (diff) | |
download | pkgsrc-d14db4b0a7e3663d71cf4a5539cb769eb926d694.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/Makefile | 4 |
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 |