summaryrefslogtreecommitdiff
path: root/print/tex-hyphen-basque
diff options
context:
space:
mode:
authorminskim <minskim>2010-11-10 17:55:27 +0000
committerminskim <minskim>2010-11-10 17:55:27 +0000
commit846682168ef0cfdcf8b0caff200701614609cd41 (patch)
tree9dfa187af0e85183a2f6f3b046c6041bd6599a20 /print/tex-hyphen-basque
parent2bcf3e208d6f3eaa82693b9e2d8c5a95e0fd83e0 (diff)
downloadpkgsrc-846682168ef0cfdcf8b0caff200701614609cd41.tar.gz
Escape whitespace in updating LuaTeX's configuration file.
Diffstat (limited to 'print/tex-hyphen-basque')
-rw-r--r--print/tex-hyphen-basque/Makefile15
1 files changed, 8 insertions, 7 deletions
diff --git a/print/tex-hyphen-basque/Makefile b/print/tex-hyphen-basque/Makefile
index e2e0e31aede..0c7ec815200 100644
--- a/print/tex-hyphen-basque/Makefile
+++ b/print/tex-hyphen-basque/Makefile
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.3 2010/11/08 00:34:10 minskim Exp $
+# $NetBSD: Makefile,v 1.4 2010/11/10 17:55:28 minskim Exp $
DISTNAME= hyphen-basque
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+= basque loadhyph-eu.tex
TEX_HYPHEN_DEF+= \addlanguage{basque}{loadhyph-eu.tex}{}{2}{2}
TEX_HYPHEN_LUA+= ['basque']={ \
- \\tloader='loadhyph-eu.tex', \
- \\tlefthyphenmin=2, \
- \\trighthyphenmin=2, \
- \\tsynonyms={}, \
- \\tpatterns='hyph-eu.pat.txt', \
- \\thyphenation='', \
+ loader='loadhyph-eu.tex', \
+ lefthyphenmin=2, \
+ righthyphenmin=2, \
+ synonyms={}, \
+ patterns='hyph-eu.pat.txt', \
+ hyphenation='', \
},
.include "../../print/texlive/package.mk"