summaryrefslogtreecommitdiff
path: root/fonts/ttf2pk
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 /fonts/ttf2pk
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 'fonts/ttf2pk')
-rw-r--r--fonts/ttf2pk/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/fonts/ttf2pk/Makefile b/fonts/ttf2pk/Makefile
index f51b8c90c11..ff4dd2d036b 100644
--- a/fonts/ttf2pk/Makefile
+++ b/fonts/ttf2pk/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.17 2006/07/27 00:09:06 hubertf Exp $
+# $NetBSD: Makefile,v 1.18 2007/01/07 09:13:54 rillig Exp $
#
.include "../../graphics/freetype-lib/Makefile.common"
@@ -24,7 +24,7 @@ BUILD_TARGET= depend all
USE_DIRS+= texmf-1.0
USE_LIBTOOL= yes
-INSTALLATION_DIRS= bin man/man1
+INSTALLATION_DIRS= bin ${PKGMANDIR}/man1
.include "../../graphics/freetype-lib/buildlink3.mk"
.include "../../print/teTeX/module.mk"
@@ -35,7 +35,7 @@ do-install:
${PREFIX}/bin
${INSTALL_DATA} ${T2PSRC}/ttf2pk.1 \
${T2PSRC}/ttf2tfm.1 \
- ${PREFIX}/man/man1
+ ${PREFIX}/${PKGMANDIR}/man1
${INSTALL_DATA_DIR} ${PKG_LOCALTEXMFPREFIX}/doc/ttf2pk
${INSTALL_DATA} ${T2PSRC}/BUGS \
${T2PSRC}/README \