summaryrefslogtreecommitdiff
path: root/www/bozohttpd
diff options
context:
space:
mode:
authorbad <bad>2005-12-12 21:38:55 +0000
committerbad <bad>2005-12-12 21:38:55 +0000
commit9bf52d3434dbf0c571c843e4c0b4df783bb91491 (patch)
tree4235787931793ef4f59e0603945e23f9f26a1966 /www/bozohttpd
parentcab4e145be58db134b8b7f9cb07fdcb736d9bc7a (diff)
downloadpkgsrc-9bf52d3434dbf0c571c843e4c0b4df783bb91491.tar.gz
I'm told that, 40 years after its introduction, variable scopes are
still considered suspect and COMMON blocks are the wave of the future. Also, apparently we don't want underscores in constant identifiers, but minus signs are fine. I.e. do_htpasswd -> bozohttpd-do-htpasswd.
Diffstat (limited to 'www/bozohttpd')
-rw-r--r--www/bozohttpd/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/www/bozohttpd/Makefile b/www/bozohttpd/Makefile
index 70e9bc2b8b6..66719249510 100644
--- a/www/bozohttpd/Makefile
+++ b/www/bozohttpd/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.50 2005/12/07 17:01:22 bad Exp $
+# $NetBSD: Makefile,v 1.51 2005/12/12 21:38:55 bad Exp $
#
DISTNAME= bozohttpd-20050410
@@ -15,7 +15,7 @@ BUILD_DEFS+= USE_INET6
PKG_INSTALLATION_TYPES= overwrite pkgviews
PKG_OPTIONS_VAR= PKG_OPTIONS.bozohttpd
-PKG_SUPPORTED_OPTIONS= do_htpasswd
+PKG_SUPPORTED_OPTIONS= bozohttpd-do-htpasswd
.include "../../mk/bsd.prefs.mk"