summaryrefslogtreecommitdiff
path: root/print/tex-hyphen-czech/Makefile
diff options
context:
space:
mode:
authorminskim <minskim>2010-11-10 17:55:27 +0000
committerminskim <minskim>2010-11-10 17:55:27 +0000
commit1552384489caaaaaca51ebdd2aa39bb1af0881bc (patch)
tree9dfa187af0e85183a2f6f3b046c6041bd6599a20 /print/tex-hyphen-czech/Makefile
parent86779aaeb42d74258cdfab306f194956ebbb2a7d (diff)
downloadpkgsrc-1552384489caaaaaca51ebdd2aa39bb1af0881bc.tar.gz
Escape whitespace in updating LuaTeX's configuration file.
Diffstat (limited to 'print/tex-hyphen-czech/Makefile')
-rw-r--r--print/tex-hyphen-czech/Makefile15
1 files changed, 8 insertions, 7 deletions
diff --git a/print/tex-hyphen-czech/Makefile b/print/tex-hyphen-czech/Makefile
index 9080ab4408c..316a4a29bf7 100644
--- a/print/tex-hyphen-czech/Makefile
+++ b/print/tex-hyphen-czech/Makefile
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.3 2010/11/08 16:20:26 minskim Exp $
+# $NetBSD: Makefile,v 1.4 2010/11/10 17:55:29 minskim Exp $
DISTNAME= hyphen-czech
PKGNAME= tex-${DISTNAME}-2010
+PKGREVISION= 1
TEXLIVE_REV= 20144
MAINTAINER= minskim@NetBSD.org
@@ -13,12 +14,12 @@ DEPENDS+= tex-hyph-utf8-[0-9]*:../../print/tex-hyph-utf8
TEX_HYPHEN_DAT+= czech loadhyph-cs.tex
TEX_HYPHEN_DEF+= \addlanguage{czech}{loadhyph-cs.tex}{}{2}{3}
TEX_HYPHEN_LUA+= ['czech']={ \
- \\tloader='loadhyph-cs.tex', \
- \\tlefthyphenmin=2, \
- \\trighthyphenmin=3, \
- \\tsynonyms={}, \
- \\tpatterns='hyph-cs.pat.txt', \
- \\thyphenation='hyph-cs.hyp.txt', \
+ loader='loadhyph-cs.tex', \
+ lefthyphenmin=2, \
+ righthyphenmin=3, \
+ synonyms={}, \
+ patterns='hyph-cs.pat.txt', \
+ hyphenation='hyph-cs.hyp.txt', \
},
.include "../../print/texlive/package.mk"