summaryrefslogtreecommitdiff
path: root/print/kpathsea
diff options
context:
space:
mode:
authorminskim <minskim>2013-11-15 06:08:51 +0000
committerminskim <minskim>2013-11-15 06:08:51 +0000
commitde1f2ed8039f08324cb0007b8ad246961521bfb3 (patch)
treef51e67da9f9b3d3331a23d0eb3538d714c06a22b /print/kpathsea
parent1f1fc20612e88110013d3af79ec6a4be2970742b (diff)
downloadpkgsrc-de1f2ed8039f08324cb0007b8ad246961521bfb3.tar.gz
Move files required to generate TeX hyphenation patterns from
texlive-tetex to tex-tetex. print/texlive-tetex will be removed in TeX Live 2013.
Diffstat (limited to 'print/kpathsea')
-rw-r--r--print/kpathsea/texmf.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/print/kpathsea/texmf.mk b/print/kpathsea/texmf.mk
index 8c645c17d1b..772f5ab5650 100644
--- a/print/kpathsea/texmf.mk
+++ b/print/kpathsea/texmf.mk
@@ -1,4 +1,4 @@
-# $NetBSD: texmf.mk,v 1.6 2012/10/14 18:12:37 minskim Exp $
+# $NetBSD: texmf.mk,v 1.7 2013/11/15 06:08:51 minskim Exp $
#
# This Makefile fragment is intended to be included by packages that
# install TeX packages. It rebuilds the ls-R databases at
@@ -45,7 +45,7 @@ DEINSTALL_TEMPLATES+= ../../print/kpathsea/files/config-deinstall.tmpl
. include "../../print/tex-tetex/format.mk"
.endif
.if !empty(TEX_HYPHEN_DAT) || !empty(TEX_HYPHEN_DEF)
-. include "../../print/texlive-tetex/hyphen.mk"
+. include "../../print/tex-tetex/hyphen.mk"
.endif
.if !empty(TEX_KANJIMAP_FILES) || !empty(TEX_MAP_FILES) \
|| !empty(TEX_MIXEDMAP_FILES)