diff options
author | minskim <minskim@pkgsrc.org> | 2010-11-10 17:55:27 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2010-11-10 17:55:27 +0000 |
commit | 6c84eab85ace5a569955552e60266b5c1c4f73bd (patch) | |
tree | 9dfa187af0e85183a2f6f3b046c6041bd6599a20 /print/tex-hyphen-interlingua | |
parent | 1b05a4b0fdf0c9fc48e56d4c89e59724180633e9 (diff) | |
download | pkgsrc-6c84eab85ace5a569955552e60266b5c1c4f73bd.tar.gz |
Escape whitespace in updating LuaTeX's configuration file.
Diffstat (limited to 'print/tex-hyphen-interlingua')
-rw-r--r-- | print/tex-hyphen-interlingua/Makefile | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/print/tex-hyphen-interlingua/Makefile b/print/tex-hyphen-interlingua/Makefile index 85372af7f3d..7838b385bdf 100644 --- a/print/tex-hyphen-interlingua/Makefile +++ b/print/tex-hyphen-interlingua/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.3 2010/11/08 16:44:49 minskim Exp $ +# $NetBSD: Makefile,v 1.4 2010/11/10 17:55:32 minskim Exp $ DISTNAME= hyphen-interlingua 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+= interlingua loadhyph-ia.tex TEX_HYPHEN_DEF+= \addlanguage{interlingua}{loadhyph-ia.tex}{}{2}{2} TEX_HYPHEN_LUA+= ['interlingua']={ \ - \\tloader='loadhyph-ia.tex', \ - \\tlefthyphenmin=2, \ - \\trighthyphenmin=2, \ - \\tsynonyms={}, \ - \\tpatterns='hyph-ia.pat.txt', \ - \\thyphenation='hyph-ia.hyp.txt', \ + loader='loadhyph-ia.tex', \ + lefthyphenmin=2, \ + righthyphenmin=2, \ + synonyms={}, \ + patterns='hyph-ia.pat.txt', \ + hyphenation='hyph-ia.hyp.txt', \ }, .include "../../print/texlive/package.mk" |