summaryrefslogtreecommitdiff
path: root/print/kpathsea
diff options
context:
space:
mode:
authorminskim <minskim@pkgsrc.org>2011-11-30 19:15:46 +0000
committerminskim <minskim@pkgsrc.org>2011-11-30 19:15:46 +0000
commit4c8a29614f14f35f417283484c2bf767f78e554a (patch)
treecd97f26423550fdb65e2641f7ea44a8b40c2b336 /print/kpathsea
parentc00b21ff954ea135e7575258e1fd4d88584d802d (diff)
downloadpkgsrc-4c8a29614f14f35f417283484c2bf767f78e554a.tar.gz
Move format regeneration and font map update into texmf.mk so that
non-TexLive packages can use them. Thanks to wiz@ for testing.
Diffstat (limited to 'print/kpathsea')
-rw-r--r--print/kpathsea/texmf.mk12
1 files changed, 11 insertions, 1 deletions
diff --git a/print/kpathsea/texmf.mk b/print/kpathsea/texmf.mk
index a652b157a73..5dbc85e7fbb 100644
--- a/print/kpathsea/texmf.mk
+++ b/print/kpathsea/texmf.mk
@@ -1,4 +1,4 @@
-# $NetBSD: texmf.mk,v 1.3 2010/01/29 04:10:14 minskim Exp $
+# $NetBSD: texmf.mk,v 1.4 2011/11/30 19:15:46 minskim Exp $
#
# This Makefile fragment is intended to be included by packages that
# install TeX packages. It rebuilds the ls-R databases at
@@ -32,4 +32,14 @@ INSTALL_TEMPLATES+= ../../print/kpathsea/files/config-install.tmpl
DEINSTALL_TEMPLATES+= ../../print/kpathsea/files/config-deinstall.tmpl
. endif
+.if !empty(TEX_FORMATS) || !empty(TEX_FORMAT_NAMES)
+. include "../../print/texlive-tetex/format.mk"
+.endif
+.if !empty(TEX_HYPHEN_DAT) || !empty(TEX_HYPHEN_DEF)
+. include "../../print/texlive-tetex/hyphen.mk"
+.endif
+.if !empty(TEX_MAP_FILES) || !empty(TEX_MIXEDMAP_FILES)
+. include "../../print/tex-tetex/map.mk"
+.endif
+
.endif # TEX_TEXMF_MK