summaryrefslogtreecommitdiff
path: root/fonts
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2004-12-31 19:41:41 +0000
committerwiz <wiz@pkgsrc.org>2004-12-31 19:41:41 +0000
commit63a9e2bc01a5d5bca630e4822e743dc8f8baabe6 (patch)
tree674c0fd398d9385704a6a028a12d0e87e4e8cf0b /fonts
parent29dbb631115c2a52ccaaeb648733b63784e21207 (diff)
downloadpkgsrc-63a9e2bc01a5d5bca630e4822e743dc8f8baabe6.tar.gz
Run mktexlsr during post-install so that fonts are found.
Diffstat (limited to 'fonts')
-rw-r--r--fonts/ec-fonts-mftraced/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/fonts/ec-fonts-mftraced/Makefile b/fonts/ec-fonts-mftraced/Makefile
index 81dde14d461..035ece6aab0 100644
--- a/fonts/ec-fonts-mftraced/Makefile
+++ b/fonts/ec-fonts-mftraced/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2004/12/30 16:20:31 dmcmahill Exp $
+# $NetBSD: Makefile,v 1.3 2004/12/31 19:41:41 wiz Exp $
#
DISTNAME= ec-fonts-mftraced-1.0.8
@@ -17,5 +17,8 @@ HAS_CONFIGURE= yes
USE_GNU_TOOLS+= make
MAKEFILE= GNUmakefile
+post-install:
+ ${PREFIX}/bin/mktexlsr
+
.include "../../fonts/mftrace/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"