summaryrefslogtreecommitdiff
path: root/print/tex-hyphen-dutch
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-hyphen-dutch
parent86779aaeb42d74258cdfab306f194956ebbb2a7d (diff)
downloadpkgsrc-1552384489caaaaaca51ebdd2aa39bb1af0881bc.tar.gz
Escape whitespace in updating LuaTeX's configuration file.
Diffstat (limited to 'print/tex-hyphen-dutch')
-rw-r--r--print/tex-hyphen-dutch/Makefile15
1 files changed, 8 insertions, 7 deletions
diff --git a/print/tex-hyphen-dutch/Makefile b/print/tex-hyphen-dutch/Makefile
index b0ddcec3fba..e8b556e63bc 100644
--- a/print/tex-hyphen-dutch/Makefile
+++ b/print/tex-hyphen-dutch/Makefile
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.3 2010/11/08 16:24:58 minskim Exp $
+# $NetBSD: Makefile,v 1.4 2010/11/10 17:55:30 minskim Exp $
DISTNAME= hyphen-dutch
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+= dutch loadhyph-nl.tex
TEX_HYPHEN_DEF+= \addlanguage{dutch}{loadhyph-nl.tex}{}{2}{2}
TEX_HYPHEN_LUA+= ['dutch']={ \
- \\tloader='loadhyph-nl.tex', \
- \\tlefthyphenmin=2, \
- \\trighthyphenmin=2, \
- \\tsynonyms={}, \
- \\tpatterns='hyph-nl.pat.txt', \
- \\thyphenation='hyph-nl.hyp.txt', \
+ loader='loadhyph-nl.tex', \
+ lefthyphenmin=2, \
+ righthyphenmin=2, \
+ synonyms={}, \
+ patterns='hyph-nl.pat.txt', \
+ hyphenation='hyph-nl.hyp.txt', \
},
.include "../../print/texlive/package.mk"