summaryrefslogtreecommitdiff
path: root/net/stripes
diff options
context:
space:
mode:
Diffstat (limited to 'net/stripes')
-rw-r--r--net/stripes/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/net/stripes/Makefile b/net/stripes/Makefile
index 6f23a86c699..ebe81e74540 100644
--- a/net/stripes/Makefile
+++ b/net/stripes/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2005/12/05 20:50:49 rillig Exp $
+# $NetBSD: Makefile,v 1.12 2006/10/17 07:00:19 rillig Exp $
#
DISTNAME= stripes-2.1
@@ -16,8 +16,11 @@ PKG_SYSCONFSUBDIR?= httpd
BUILD_TARGET= all
MAKE_FLAGS+= DEST=${PREFIX:Q} PERL=${PERL5:Q} \
CONFIGFILE=${PKG_SYSCONFDIR}/lg.conf
+MAKE_FLAGS+= MANDIR=${PREFIX}/${PKGMANDIR}/man8
USE_TOOLS+= perl:run
REPLACE_PERL= lg.pl
+INSTALLATION_DIRS= libexec/cgi-bin ${PKGMANDIR}/man8
+
.include "../../mk/bsd.pkg.mk"