From d14db4b0a7e3663d71cf4a5539cb769eb926d694 Mon Sep 17 00:00:00 2001 From: bad Date: Tue, 13 Dec 2005 18:55:03 +0000 Subject: Fix previous by implementing the other half of the changes that I forgot about yesterday in the hurry between busses. --- www/bozohttpd/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'www') 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 -- cgit v1.2.3