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 | b8abc6c67b2401b192239a3fc8c79c756b3442aa (patch) | |
tree | 9dfa187af0e85183a2f6f3b046c6041bd6599a20 /print/tex-hyphen-turkish | |
parent | a974def61f2908e8823119b7c160ff000bd696cc (diff) | |
download | pkgsrc-b8abc6c67b2401b192239a3fc8c79c756b3442aa.tar.gz |
Escape whitespace in updating LuaTeX's configuration file.
Diffstat (limited to 'print/tex-hyphen-turkish')
-rw-r--r-- | print/tex-hyphen-turkish/Makefile | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/print/tex-hyphen-turkish/Makefile b/print/tex-hyphen-turkish/Makefile index 8f756eed949..79786e42698 100644 --- a/print/tex-hyphen-turkish/Makefile +++ b/print/tex-hyphen-turkish/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.3 2010/11/08 16:45:38 minskim Exp $ +# $NetBSD: Makefile,v 1.4 2010/11/10 17:55:35 minskim Exp $ DISTNAME= hyphen-turkish 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+= turkish loadhyph-tr.tex TEX_HYPHEN_DEF+= \addlanguage{turkish}{loadhyph-tr.tex}{}{2}{2} TEX_HYPHEN_LUA+= ['turkish']={ \ - \\tloader='loadhyph-tr.tex', \ - \\tlefthyphenmin=2, \ - \\trighthyphenmin=2, \ - \\tsynonyms={}, \ - \\tpatterns='hyph-tr.pat.txt', \ - \\thyphenation='', \ + loader='loadhyph-tr.tex', \ + lefthyphenmin=2, \ + righthyphenmin=2, \ + synonyms={}, \ + patterns='hyph-tr.pat.txt', \ + hyphenation='', \ }, .include "../../print/texlive/package.mk" |