pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/net/stripes Fixed creating libexec/cgi-bin as a regula...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/1dee174cf5c8
branches:  trunk
changeset: 520190:1dee174cf5c8
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Tue Oct 17 07:00:19 2006 +0000

description:
Fixed creating libexec/cgi-bin as a regular file. Corrected PKGMANDIR.

diffstat:

 net/stripes/Makefile |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (21 lines):

diff -r 512204e90b30 -r 1dee174cf5c8 net/stripes/Makefile
--- a/net/stripes/Makefile      Tue Oct 17 06:59:24 2006 +0000
+++ b/net/stripes/Makefile      Tue Oct 17 07:00:19 2006 +0000
@@ -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 @@
 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"



Home | Main Index | Thread Index | Old Index