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