summaryrefslogtreecommitdiff
path: root/print/tex-hyphen-dutch
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2015-05-03 17:52:38 +0000
committerwiz <wiz@pkgsrc.org>2015-05-03 17:52:38 +0000
commit806dc4fa04fc9610b82e15d9ac973ebb51c2572a (patch)
tree311188d016f9f6cb623ac5b3e2fc7b233e8ae7ef /print/tex-hyphen-dutch
parentda11fb8b49fe8eddb714c081604eb67accdd8b59 (diff)
downloadpkgsrc-806dc4fa04fc9610b82e15d9ac973ebb51c2572a.tar.gz
\addlanguage needs to be quoted to \\addlanguage, because the sed(1)
eats one of the backslashes. Bump PKGREVISION.
Diffstat (limited to 'print/tex-hyphen-dutch')
-rw-r--r--print/tex-hyphen-dutch/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/print/tex-hyphen-dutch/Makefile b/print/tex-hyphen-dutch/Makefile
index e8b556e63bc..8caaf7de973 100644
--- a/print/tex-hyphen-dutch/Makefile
+++ b/print/tex-hyphen-dutch/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.4 2010/11/10 17:55:30 minskim Exp $
+# $NetBSD: Makefile,v 1.5 2015/05/03 17:52:39 wiz Exp $
DISTNAME= hyphen-dutch
PKGNAME= tex-${DISTNAME}-2010
-PKGREVISION= 1
+PKGREVISION= 2
TEXLIVE_REV= 20144
MAINTAINER= minskim@NetBSD.org
@@ -12,7 +12,7 @@ CONFLICTS+= teTeX-texmf<=3.0nb12
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_DEF+= \\addlanguage{dutch}{loadhyph-nl.tex}{}{2}{2}
TEX_HYPHEN_LUA+= ['dutch']={ \
loader='loadhyph-nl.tex', \
lefthyphenmin=2, \