summaryrefslogtreecommitdiff
path: root/www/bozohttpd/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'www/bozohttpd/Makefile')
-rw-r--r--www/bozohttpd/Makefile10
1 files changed, 6 insertions, 4 deletions
diff --git a/www/bozohttpd/Makefile b/www/bozohttpd/Makefile
index 74dc1d895c1..c4193ded72b 100644
--- a/www/bozohttpd/Makefile
+++ b/www/bozohttpd/Makefile
@@ -1,12 +1,12 @@
-# $NetBSD: Makefile,v 1.15.2.1 2002/06/21 23:05:47 jlam Exp $
+# $NetBSD: Makefile,v 1.15.2.2 2002/08/25 21:22:15 jlam Exp $
#
-DISTNAME= bozohttpd-5.09
+DISTNAME= bozohttpd-5.14
CATEGORIES= www
MASTER_SITES= ${MASTER_SITE_LOCAL}
EXTRACT_SUFX= .tar.bz2
-MAINTAINER= packages@netbsd.org
+MAINTAINER= mrg@eterna.com.au
HOMEPAGE= http://www.eterna.com.au/bozohttpd/
COMMENT= bozotic HTTP server; small and secure
@@ -14,9 +14,11 @@ BUILD_DEFS+= USE_INET6
USE_BUILDLINK2= YES
+MAKE_ENV+= BINDIR=${PREFIX}/libexec MANDIR=${PREFIX}/man
+
.include "../../mk/bsd.prefs.mk"
-.if defined(USE_INET6) && (${USE_INET6} == "YES")
+.if defined(USE_INET6) && ${USE_INET6} == "YES"
CPPFLAGS+= -DINET6
.endif