summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrillig <rillig>2006-10-17 07:00:19 +0000
committerrillig <rillig>2006-10-17 07:00:19 +0000
commit0d394bf0ca3591fbd290ed36a3520854bf55848c (patch)
tree1372cda5cc6636346e78d1e66a44627a47364a37
parent07e4b9b1c9f128f96a795427d30b8d913fc25630 (diff)
downloadpkgsrc-0d394bf0ca3591fbd290ed36a3520854bf55848c.tar.gz
Fixed creating libexec/cgi-bin as a regular file. Corrected PKGMANDIR.
-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"