summaryrefslogtreecommitdiff
path: root/print/tex-hyphen-french
diff options
context:
space:
mode:
authorminskim <minskim@pkgsrc.org>2010-11-10 17:55:27 +0000
committerminskim <minskim@pkgsrc.org>2010-11-10 17:55:27 +0000
commitb8abc6c67b2401b192239a3fc8c79c756b3442aa (patch)
tree9dfa187af0e85183a2f6f3b046c6041bd6599a20 /print/tex-hyphen-french
parenta974def61f2908e8823119b7c160ff000bd696cc (diff)
downloadpkgsrc-b8abc6c67b2401b192239a3fc8c79c756b3442aa.tar.gz
Escape whitespace in updating LuaTeX's configuration file.
Diffstat (limited to 'print/tex-hyphen-french')
-rw-r--r--print/tex-hyphen-french/Makefile15
1 files changed, 8 insertions, 7 deletions
diff --git a/print/tex-hyphen-french/Makefile b/print/tex-hyphen-french/Makefile
index 6169e52c149..ea528f93a48 100644
--- a/print/tex-hyphen-french/Makefile
+++ b/print/tex-hyphen-french/Makefile
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.3 2010/11/08 16:44:35 minskim Exp $
+# $NetBSD: Makefile,v 1.4 2010/11/10 17:55:31 minskim Exp $
DISTNAME= hyphen-french
PKGNAME= tex-${DISTNAME}-2010
+PKGREVISION= 1
TEXLIVE_REV= 20144
MAINTAINER= minskim@NetBSD.org
@@ -17,12 +18,12 @@ TEX_HYPHEN_DEF+= \addlanguage{french}{loadhyph-fr.tex}{}{2}{3}
TEX_HYPHEN_DEF+= \addlanguage{patois}{loadhyph-fr.tex}{}{2}{3}
TEX_HYPHEN_DEF+= \addlanguage{francais}{loadhyph-fr.tex}{}{2}{3}
TEX_HYPHEN_LUA+= ['french']={ \
- \\tloader='loadhyph-fr.tex', \
- \\tlefthyphenmin=2, \
- \\trighthyphenmin=3, \
- \\tsynonyms={'patois','francais',}, \
- \\tpatterns='hyph-fr.pat.txt', \
- \\thyphenation='', \
+ loader='loadhyph-fr.tex', \
+ lefthyphenmin=2, \
+ righthyphenmin=3, \
+ synonyms={'patois','francais',}, \
+ patterns='hyph-fr.pat.txt', \
+ hyphenation='', \
},
.include "../../print/texlive/package.mk"