summaryrefslogtreecommitdiff
path: root/print/texlive-tetex/hyphen.mk
diff options
context:
space:
mode:
authorminskim <minskim@pkgsrc.org>2010-11-07 17:22:24 +0000
committerminskim <minskim@pkgsrc.org>2010-11-07 17:22:24 +0000
commit748fd2acbdd58b3d5cdee2377b3d7ca9228dd45d (patch)
treecd84aa47eada3f33e0b6e9a70ad94ea0896e05b4 /print/texlive-tetex/hyphen.mk
parente358c61239ba258a98a6326fae2d917db43fdbbe (diff)
downloadpkgsrc-748fd2acbdd58b3d5cdee2377b3d7ca9228dd45d.tar.gz
Allow tex-hyphen-* packages to install hyphenation patterns for luatex.
Diffstat (limited to 'print/texlive-tetex/hyphen.mk')
-rw-r--r--print/texlive-tetex/hyphen.mk4
1 files changed, 3 insertions, 1 deletions
diff --git a/print/texlive-tetex/hyphen.mk b/print/texlive-tetex/hyphen.mk
index 83ec7cba87d..f3826148018 100644
--- a/print/texlive-tetex/hyphen.mk
+++ b/print/texlive-tetex/hyphen.mk
@@ -1,4 +1,4 @@
-# $NetBSD: hyphen.mk,v 1.1 2009/03/06 18:12:59 minskim Exp $
+# $NetBSD: hyphen.mk,v 1.2 2010/11/07 17:22:24 minskim Exp $
#
# This Makefile fragment is intended to be included by packages that
# install TeX hyphenation pattens. It updates format files at
@@ -8,6 +8,7 @@
#
# TEX_HYPHEN_DAT - A list of hyphenation entries for language.dat.
# TEX_HYPHEN_DEF - A list of hyphenation entries for language.def.
+# TEX_HYPHEN_LUA - A list of hyphenation entries for language.dat.lua.
#
.if !defined(TEX_HYPHEN_MK)
@@ -20,6 +21,7 @@ EVAL_PREFIX+= TETEX_PREFIX=texlive-tetex
FILES_SUBST+= FMTUTIL_SYS=${TETEX_PREFIX:Q}/bin/fmtutil-sys
FILES_SUBST+= HYPHEN_DAT=${TEX_HYPHEN_DAT:Q}
FILES_SUBST+= HYPHEN_DEF=${TEX_HYPHEN_DEF:Q}
+FILES_SUBST+= HYPHEN_LUA=${TEX_HYPHEN_LUA:Q}
INSTALL_TEMPLATES+= ../../print/texlive-tetex/files/hyphen-install.tmpl
DEINSTALL_TEMPLATES+= ../../print/texlive-tetex/files/hyphen-deinstall.tmpl