pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/cvsgraph Fixed PKGMANDIR.
details: https://anonhg.NetBSD.org/pkgsrc/rev/555595898694
branches: trunk
changeset: 523395:555595898694
user: rillig <rillig%pkgsrc.org@localhost>
date: Sun Jan 07 08:35:47 2007 +0000
description:
Fixed PKGMANDIR.
diffstat:
devel/cvsgraph/Makefile | 10 +++++-----
1 files changed, 5 insertions(+), 5 deletions(-)
diffs (30 lines):
diff -r e72d5b2de338 -r 555595898694 devel/cvsgraph/Makefile
--- a/devel/cvsgraph/Makefile Sun Jan 07 08:28:05 2007 +0000
+++ b/devel/cvsgraph/Makefile Sun Jan 07 08:35:47 2007 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.27 2006/07/10 00:34:59 minskim Exp $
+# $NetBSD: Makefile,v 1.28 2007/01/07 08:35:47 rillig Exp $
#
DISTNAME= cvsgraph-1.6.0
@@ -23,16 +23,16 @@
SUBST_CLASSES+= man
SUBST_STAGE.man= pre-install
-SUBST_FILES.man= cvsgraph.1
+SUBST_FILES.man= cvsgraph.1
SUBST_SED.man= -e "s|/usr/local/etc|${PKG_SYSCONFDIR}|g"
SUBST_MESSAGE.man= Fixing man page paths.
-INSTALLATION_DIRS= bin man/man1 man/man5
+INSTALLATION_DIRS= bin ${PKGMANDIR}/man1 ${PKGMANDIR}/man5
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/cvsgraph ${PREFIX}/bin
- ${INSTALL_MAN} ${WRKSRC}/cvsgraph.1 ${PREFIX}/man/man1/
- ${INSTALL_MAN} ${WRKSRC}/cvsgraph.conf.5 ${PREFIX}/man/man5
+ ${INSTALL_MAN} ${WRKSRC}/cvsgraph.1 ${PREFIX}/${PKGMANDIR}/man1/
+ ${INSTALL_MAN} ${WRKSRC}/cvsgraph.conf.5 ${PREFIX}/${PKGMANDIR}/man5
${INSTALL_DATA_DIR} ${DOCDIR}
${INSTALL_DATA} ${WRKSRC}/README ${DOCDIR}
Home |
Main Index |
Thread Index |
Old Index