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-coptic | |
parent | 1b05a4b0fdf0c9fc48e56d4c89e59724180633e9 (diff) | |
download | pkgsrc-6c84eab85ace5a569955552e60266b5c1c4f73bd.tar.gz |
Escape whitespace in updating LuaTeX's configuration file.
Diffstat (limited to 'print/tex-hyphen-coptic')
-rw-r--r-- | print/tex-hyphen-coptic/Makefile | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/print/tex-hyphen-coptic/Makefile b/print/tex-hyphen-coptic/Makefile index 083c4f9c000..76953c31897 100644 --- a/print/tex-hyphen-coptic/Makefile +++ b/print/tex-hyphen-coptic/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.4 2010/11/08 17:00:52 minskim Exp $ +# $NetBSD: Makefile,v 1.5 2010/11/10 17:55:29 minskim Exp $ DISTNAME= hyphen-coptic 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+= coptic loadhyph-cop.tex TEX_HYPHEN_DEF+= \addlanguage{coptic}{loadhyph-cop.tex}{}{1}{1} TEX_HYPHEN_LUA+= ['coptic']={ \ - \\tloader='loadhyph-cop.tex', \ - \\tlefthyphenmin=1, \ - \\trighthyphenmin=1, \ - \\tsynonyms={}, \ - \\tpatterns='hyph-cop.pat.txt', \ - \\thyphenation='', \ + loader='loadhyph-cop.tex', \ + lefthyphenmin=1, \ + righthyphenmin=1, \ + synonyms={}, \ + patterns='hyph-cop.pat.txt', \ + hyphenation='', \ }, TEX_TEXMF_DIRS+= ${PREFIX}/share/texmf |