summaryrefslogtreecommitdiff
path: root/print/pcps
diff options
context:
space:
mode:
authorrillig <rillig>2007-01-07 09:13:46 +0000
committerrillig <rillig>2007-01-07 09:13:46 +0000
commit4a34beb7de5a2bf4388d326eab99406995431246 (patch)
tree77b9cef42b625156081609e43af1544d569620be /print/pcps
parent5a39e816b9369cc7a92ab60b196b6306904c19eb (diff)
downloadpkgsrc-4a34beb7de5a2bf4388d326eab99406995431246.tar.gz
Mechanically replaced man/* with ${PKGMANDIR}/* in the definition of
INSTALLATION_DIRS, as well as all occurrences of ${PREFIX}/man with ${PREFIX}/${PKGMANDIR}. Fixes PR 35265, although I did not use the patch provided therein.
Diffstat (limited to 'print/pcps')
-rw-r--r--print/pcps/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/print/pcps/Makefile b/print/pcps/Makefile
index e05346eeec5..14b247a15c6 100644
--- a/print/pcps/Makefile
+++ b/print/pcps/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.17 2006/09/09 02:46:08 obache Exp $
+# $NetBSD: Makefile,v 1.18 2007/01/07 09:14:09 rillig Exp $
#
DISTNAME= pcps840
@@ -22,7 +22,7 @@ RESTRICTED= This is shareware for your evaluation and subsequent payment
NO_BIN_ON_FTP= ${RESTRICTED}
NO_BIN_ON_CDROM=${RESTRICTED}
-INSTALLATION_DIRS= bin man/man1
+INSTALLATION_DIRS= bin ${PKGMANDIR}/man1
CONF_FILES+= ${PREFIX}/share/examples/pcps/pcps.cfg ${PREFIX}/bin/pcps.cfg
@@ -31,7 +31,7 @@ post-patch:
do-install:
@${INSTALL_PROGRAM} ${WRKSRC}/pcps ${PREFIX}/bin/pcps
- @${INSTALL_MAN} ${WRKDIR}/pcps.1 ${PREFIX}/man/man1
+ @${INSTALL_MAN} ${WRKDIR}/pcps.1 ${PREFIX}/${PKGMANDIR}/man1
@${INSTALL_DATA_DIR} ${PREFIX}/share/doc/pcps
@${INSTALL_DATA} ${WRKSRC}/license.doc ${PREFIX}/share/doc/pcps
@${INSTALL_DATA} ${WRKSRC}/register.doc ${PREFIX}/share/doc/pcps