summaryrefslogtreecommitdiff
path: root/pkgtools
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2006-09-20 13:00:02 +0000
committerrillig <rillig@pkgsrc.org>2006-09-20 13:00:02 +0000
commit3968e0d09063c9f99e66ebf4dbe4888c4efe7abe (patch)
treea21126e06d4eb94d52b82583b917c4fa96260f64 /pkgtools
parentc910dc2fbe821ebf05ded2e4f2c8113888d711b3 (diff)
downloadpkgsrc-3968e0d09063c9f99e66ebf4dbe4888c4efe7abe.tar.gz
Fixed the path to the manual page. Adjusted CHECK_INTERPRETER_SKIP.
Diffstat (limited to 'pkgtools')
-rw-r--r--pkgtools/pkg_alternatives/Makefile8
1 files changed, 5 insertions, 3 deletions
diff --git a/pkgtools/pkg_alternatives/Makefile b/pkgtools/pkg_alternatives/Makefile
index 93770f4397f..dbed5fd823f 100644
--- a/pkgtools/pkg_alternatives/Makefile
+++ b/pkgtools/pkg_alternatives/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2006/04/22 09:22:13 rillig Exp $
+# $NetBSD: Makefile,v 1.11 2006/09/20 13:00:02 rillig Exp $
#
DISTNAME= pkg_alternatives-1.3
@@ -41,7 +41,9 @@ SUBST_SED.vars+= -e 's|@PREFIX@|${PREFIX}|g'
SUBST_SED.vars+= -e 's|@ROOT_USER@|${ROOT_USER}|g'
SUBST_SED.vars+= -e 's|@SH@|${SH}|g'
-INSTALLATION_DIRS= man/man8 sbin
+INSTALLATION_DIRS= ${PKGMANDIR}/man8 sbin
+
+CHECK_INTERPRETER_SKIP= ${DATADIR}/wrapper.sh
do-extract:
${CP} ${FILESDIR}/pkg_alternatives.sh ${WRKSRC}
@@ -53,7 +55,7 @@ do-extract:
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/pkg_alternatives.sh \
${PREFIX}/sbin/pkg_alternatives
- ${INSTALL_MAN} ${WRKSRC}/pkg_alternatives.8 ${PREFIX}/man/man8/
+ ${INSTALL_MAN} ${WRKSRC}/pkg_alternatives.8 ${PREFIX}/${PKGMANDIR}/man8/
${INSTALL_DATA_DIR} ${DATADIR}
${INSTALL_DATA} ${WRKSRC}/wrapper.sh ${DATADIR}/
${INSTALL_DATA} ${WRKSRC}/wrapper.man ${DATADIR}/