summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2006-10-17 07:00:19 +0000
committerrillig <rillig@pkgsrc.org>2006-10-17 07:00:19 +0000
commitbb5c84e48fe49f1d4264d395241a9eece03dfa64 (patch)
tree1372cda5cc6636346e78d1e66a44627a47364a37 /net
parent0cb19801d0b8e00e9b962d6e2ef852b5442dd7bd (diff)
downloadpkgsrc-bb5c84e48fe49f1d4264d395241a9eece03dfa64.tar.gz
Fixed creating libexec/cgi-bin as a regular file. Corrected PKGMANDIR.
Diffstat (limited to 'net')
-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"