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