summaryrefslogtreecommitdiff
path: root/www/bozohttpd
diff options
context:
space:
mode:
authorjlam <jlam>2004-01-05 12:48:30 +0000
committerjlam <jlam>2004-01-05 12:48:30 +0000
commitf4b24ce1ee998fd0aab76cec4ac93403904f65f3 (patch)
treec17086da3dc87096ff88dfe4cb2741633a64e2ab /www/bozohttpd
parent09da351a8e17133e541d7caab1b0cdad6f555bec (diff)
downloadpkgsrc-f4b24ce1ee998fd0aab76cec4ac93403904f65f3.tar.gz
bl3ify
Diffstat (limited to 'www/bozohttpd')
-rw-r--r--www/bozohttpd/Makefile8
1 files changed, 6 insertions, 2 deletions
diff --git a/www/bozohttpd/Makefile b/www/bozohttpd/Makefile
index 5a5b83b6415..789a6d3631d 100644
--- a/www/bozohttpd/Makefile
+++ b/www/bozohttpd/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.35 2003/10/06 01:16:47 mrg Exp $
+# $NetBSD: Makefile,v 1.36 2004/01/05 12:50:34 jlam Exp $
#
DISTNAME= bozohttpd-20031005
@@ -12,7 +12,9 @@ COMMENT= Bozotic HTTP server; small and secure
BUILD_DEFS+= USE_INET6
-USE_BUILDLINK2= YES
+PKG_INSTALLATION_TYPES= overwrite pkgviews
+
+USE_BUILDLINK3= YES
MAKE_ENV+= BINDIR=${PREFIX}/libexec MANDIR=${PREFIX}/man
@@ -24,6 +26,8 @@ CPPFLAGS+= -DINET6
CPPFLAGS+= -Wno-error
+INSTALLATION_DIRS= libexec man/cat8 man/man8
+
pre-build:
cd ${WRKSRC}; for file in bozohttpd.8; do \
${SED} -e "s|/usr/pkg/|${PREFIX}/|g" \