summaryrefslogtreecommitdiff
path: root/fonts/ttf2pk
diff options
context:
space:
mode:
authorminskim <minskim>2005-11-13 05:30:10 +0000
committerminskim <minskim>2005-11-13 05:30:10 +0000
commiteee7b1798957a321092b36d09731be07d2d4313e (patch)
tree83b28c466504532374661261759ffe73ec0858fc /fonts/ttf2pk
parent1194bbb42d5f2d2c5c0199dfd47fcb99b0180ec8 (diff)
downloadpkgsrc-eee7b1798957a321092b36d09731be07d2d4313e.tar.gz
Use teTeX/module.mk to update ls-R properly. Bump PKGREVISION becuase
previously these packages might create ls-R under $HOME.
Diffstat (limited to 'fonts/ttf2pk')
-rw-r--r--fonts/ttf2pk/Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/fonts/ttf2pk/Makefile b/fonts/ttf2pk/Makefile
index d7677c87ee5..1034588ffb2 100644
--- a/fonts/ttf2pk/Makefile
+++ b/fonts/ttf2pk/Makefile
@@ -1,9 +1,10 @@
-# $NetBSD: Makefile,v 1.7 2005/11/08 19:49:52 tonio Exp $
+# $NetBSD: Makefile,v 1.8 2005/11/13 05:30:11 minskim Exp $
#
.include "../../graphics/freetype-lib/Makefile.common"
PKGNAME= ttf2pk-1.3.1
+PKGREVISION= 1
CATEGORIES= print
MAINTAINER= bernhard@SDG.de,hubertf@NetBSD.org
@@ -26,6 +27,9 @@ USE_TOOLS+= autoconf
TEXMF= ${PKG_LOCALTEXMFPREFIX}
INSTALLATION_DIRS= bin man/man1
+.include "../../graphics/freetype-lib/buildlink3.mk"
+.include "../../print/teTeX/module.mk"
+
pre-configure:
cd ${T2PSRC}; autoconf
@@ -52,9 +56,5 @@ do-install:
${T2PSRC}/data/*.sfd \
${TEXMF}/ttf2tfm/base
${TOUCH} ${TEXMF}/ttf2tfm/base/ttfonts.map
- ${PREFIX}/bin/mktexlsr
-
-.include "../../graphics/freetype-lib/buildlink3.mk"
-.include "../../mk/tex.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"