summaryrefslogtreecommitdiff
path: root/print/tex-dehyph-exptl
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-dehyph-exptl
parent86779aaeb42d74258cdfab306f194956ebbb2a7d (diff)
downloadpkgsrc-1552384489caaaaaca51ebdd2aa39bb1af0881bc.tar.gz
Escape whitespace in updating LuaTeX's configuration file.
Diffstat (limited to 'print/tex-dehyph-exptl')
-rw-r--r--print/tex-dehyph-exptl/Makefile28
1 files changed, 14 insertions, 14 deletions
diff --git a/print/tex-dehyph-exptl/Makefile b/print/tex-dehyph-exptl/Makefile
index c6e01191147..ff073991183 100644
--- a/print/tex-dehyph-exptl/Makefile
+++ b/print/tex-dehyph-exptl/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.3 2010/11/08 00:40:07 minskim Exp $
+# $NetBSD: Makefile,v 1.4 2010/11/10 17:55:27 minskim Exp $
DISTNAME= dehyph-exptl
PKGNAME= tex-${DISTNAME}-0.20
-PKGREVISION= 1
+PKGREVISION= 2
TEXLIVE_REV= 18640
MAINTAINER= minskim@NetBSD.org
@@ -19,20 +19,20 @@ TEX_HYPHEN_DEF+= \addlanguage{german-x-latest}{dehypht-x-2009-06-19.tex}{}{2}{2}
TEX_HYPHEN_DEF+= \addlanguage{ngerman-x-2009-06-19}{dehyphn-x-2009-06-19.tex}{}{2}{2}
TEX_HYPHEN_DEF+= \addlanguage{ngerman-x-latest}{dehyphn-x-2009-06-19.tex}{}{2}{2}
TEX_HYPHEN_LUA+= ['german-x-2009-06-19']={ \
- \\tloader='dehypht-x-2009-06-19.tex', \
- \\tlefthyphenmin=2, \
- \\trighthyphenmin=2, \
- \\tsynonyms={'german-x-latest',}, \
- \\tpatterns='hyph-de-1901.pat.txt', \
- \\thyphenation='hyph-de-1901.hyp.txt', \
+ loader='dehypht-x-2009-06-19.tex', \
+ lefthyphenmin=2, \
+ righthyphenmin=2, \
+ synonyms={'german-x-latest',}, \
+ patterns='hyph-de-1901.pat.txt', \
+ hyphenation='hyph-de-1901.hyp.txt', \
},
TEX_HYPHEN_LUA+= ['ngerman-x-2009-06-19']={ \
- \\tloader='dehyphn-x-2009-06-19.tex', \
- \\tlefthyphenmin=2, \
- \\trighthyphenmin=2, \
- \\tsynonyms={'ngerman-x-latest',}, \
- \\tpatterns='hyph-de-1996.pat.txt', \
- \\thyphenation='hyph-de-1996.hyp.txt', \
+ loader='dehyphn-x-2009-06-19.tex', \
+ lefthyphenmin=2, \
+ righthyphenmin=2, \
+ synonyms={'ngerman-x-latest',}, \
+ patterns='hyph-de-1996.pat.txt', \
+ hyphenation='hyph-de-1996.hyp.txt', \
},
.include "../../print/texlive/package.mk"