summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--print/tex-hyphen-ancientgreek/Makefile7
-rw-r--r--print/tex-hyphen-arabic/Makefile6
-rw-r--r--print/tex-hyphen-basque/Makefile6
-rw-r--r--print/tex-hyphen-bulgarian/Makefile6
-rw-r--r--print/tex-hyphen-catalan/Makefile6
-rw-r--r--print/tex-hyphen-chinese/Makefile6
-rw-r--r--print/tex-hyphen-coptic/Makefile5
-rw-r--r--print/tex-hyphen-croatian/Makefile6
-rw-r--r--print/tex-hyphen-czech/Makefile6
-rw-r--r--print/tex-hyphen-danish/Makefile6
-rw-r--r--print/tex-hyphen-dutch/Makefile6
-rw-r--r--print/tex-hyphen-english/Makefile11
-rw-r--r--print/tex-hyphen-esperanto/Makefile6
-rw-r--r--print/tex-hyphen-estonian/Makefile6
-rw-r--r--print/tex-hyphen-farsi/Makefile8
-rw-r--r--print/tex-hyphen-finnish/Makefile6
-rw-r--r--print/tex-hyphen-french/Makefile10
-rw-r--r--print/tex-hyphen-galician/Makefile6
-rw-r--r--print/tex-hyphen-german/Makefile7
-rw-r--r--print/tex-hyphen-greek/Makefile10
-rw-r--r--print/tex-hyphen-hungarian/Makefile5
-rw-r--r--print/tex-hyphen-icelandic/Makefile6
-rw-r--r--print/tex-hyphen-indonesian/Makefile6
-rw-r--r--print/tex-hyphen-interlingua/Makefile6
-rw-r--r--print/tex-hyphen-irish/Makefile6
-rw-r--r--print/tex-hyphen-italian/Makefile6
-rw-r--r--print/tex-hyphen-latin/Makefile6
-rw-r--r--print/tex-hyphen-lithuanian/Makefile6
-rw-r--r--print/tex-hyphen-mongolian/Makefile8
-rw-r--r--print/tex-hyphen-norwegian/Makefile12
-rw-r--r--print/tex-hyphen-polish/Makefile6
-rw-r--r--print/tex-hyphen-portuguese/Makefile8
-rw-r--r--print/tex-hyphen-romanian/Makefile6
-rw-r--r--print/tex-hyphen-russian/Makefile6
-rw-r--r--print/tex-hyphen-sanskrit/Makefile6
-rw-r--r--print/tex-hyphen-serbian/Makefile6
-rw-r--r--print/tex-hyphen-slovak/Makefile6
-rw-r--r--print/tex-hyphen-slovenian/Makefile8
-rw-r--r--print/tex-hyphen-spanish/Makefile7
-rw-r--r--print/tex-hyphen-swedish/Makefile6
-rw-r--r--print/tex-hyphen-turkish/Makefile6
-rw-r--r--print/tex-hyphen-ukrainian/Makefile6
-rw-r--r--print/tex-hyphen-uppersorbian/Makefile6
-rw-r--r--print/tex-hyphen-welsh/Makefile6
44 files changed, 149 insertions, 143 deletions
diff --git a/print/tex-hyphen-ancientgreek/Makefile b/print/tex-hyphen-ancientgreek/Makefile
index d8ed66d5aa4..3682ffa45c2 100644
--- a/print/tex-hyphen-ancientgreek/Makefile
+++ b/print/tex-hyphen-ancientgreek/Makefile
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.6 2013/11/17 17:25:40 minskim Exp $
+# $NetBSD: Makefile,v 1.7 2015/05/03 17:52:38 wiz Exp $
DISTNAME= hyphen-ancientgreek
PKGNAME= tex-${DISTNAME}-2013
+PKGREVISION= 1
TEXLIVE_REV= 29725
MAINTAINER= minskim@NetBSD.org
@@ -12,8 +13,8 @@ DEPENDS+= tex-hyph-utf8-[0-9]*:../../print/tex-hyph-utf8
TEX_HYPHEN_DAT+= ancientgreek loadhyph-grc.tex
TEX_HYPHEN_DAT+= ibycus ibyhyph.tex
-TEX_HYPHEN_DEF+= \addlanguage{ancientgreek}{loadhyph-grc.tex}{}{1}{1}
-TEX_HYPHEN_DEF+= \addlanguage{ibycus}{ibyhyph.tex}{}{2}{2}
+TEX_HYPHEN_DEF+= \\addlanguage{ancientgreek}{loadhyph-grc.tex}{}{1}{1}
+TEX_HYPHEN_DEF+= \\addlanguage{ibycus}{ibyhyph.tex}{}{2}{2}
TEX_HYPHEN_LUA+= ['ancientgreek']={ \
loader='loadhyph-grc.tex', \
lefthyphenmin=1, \
diff --git a/print/tex-hyphen-arabic/Makefile b/print/tex-hyphen-arabic/Makefile
index a866581b1e7..c712424f55b 100644
--- a/print/tex-hyphen-arabic/Makefile
+++ b/print/tex-hyphen-arabic/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.4 2010/11/10 17:55:28 minskim Exp $
+# $NetBSD: Makefile,v 1.5 2015/05/03 17:52:38 wiz Exp $
DISTNAME= hyphen-arabic
PKGNAME= tex-${DISTNAME}-2010
-PKGREVISION= 1
+PKGREVISION= 2
TEXLIVE_REV= 18673
MAINTAINER= minskim@NetBSD.org
@@ -12,7 +12,7 @@ CONFLICTS+= teTeX-texmf<=3.0nb12
DEPENDS+= tex-hyphen-base-[0-9]*:../../print/tex-hyphen-base
TEX_HYPHEN_DAT+= arabic zerohyph.tex
-TEX_HYPHEN_DEF+= \addlanguage{arabic}{zerohyph.tex}{}{}{}
+TEX_HYPHEN_DEF+= \\addlanguage{arabic}{zerohyph.tex}{}{}{}
TEX_HYPHEN_LUA+= ['arabic']={ \
loader='zerohyph.tex', \
lefthyphenmin=2, \
diff --git a/print/tex-hyphen-basque/Makefile b/print/tex-hyphen-basque/Makefile
index 0c7ec815200..7c9d8c9b3be 100644
--- a/print/tex-hyphen-basque/Makefile
+++ b/print/tex-hyphen-basque/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.4 2010/11/10 17:55:28 minskim Exp $
+# $NetBSD: Makefile,v 1.5 2015/05/03 17:52:38 wiz Exp $
DISTNAME= hyphen-basque
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+= basque loadhyph-eu.tex
-TEX_HYPHEN_DEF+= \addlanguage{basque}{loadhyph-eu.tex}{}{2}{2}
+TEX_HYPHEN_DEF+= \\addlanguage{basque}{loadhyph-eu.tex}{}{2}{2}
TEX_HYPHEN_LUA+= ['basque']={ \
loader='loadhyph-eu.tex', \
lefthyphenmin=2, \
diff --git a/print/tex-hyphen-bulgarian/Makefile b/print/tex-hyphen-bulgarian/Makefile
index ec5d84b3398..e6d3587e9c3 100644
--- a/print/tex-hyphen-bulgarian/Makefile
+++ b/print/tex-hyphen-bulgarian/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.4 2010/11/10 17:55:28 minskim Exp $
+# $NetBSD: Makefile,v 1.5 2015/05/03 17:52:39 wiz Exp $
DISTNAME= hyphen-bulgarian
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+= bulgarian loadhyph-bg.tex
-TEX_HYPHEN_DEF+= \addlanguage{bulgarian}{loadhyph-bg.tex}{}{2}{2}
+TEX_HYPHEN_DEF+= \\addlanguage{bulgarian}{loadhyph-bg.tex}{}{2}{2}
TEX_HYPHEN_LUA+= ['bulgarian']={ \
loader='loadhyph-bg.tex', \
lefthyphenmin=2, \
diff --git a/print/tex-hyphen-catalan/Makefile b/print/tex-hyphen-catalan/Makefile
index ceec9b18985..45657ee5738 100644
--- a/print/tex-hyphen-catalan/Makefile
+++ b/print/tex-hyphen-catalan/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.4 2010/11/10 17:55:28 minskim Exp $
+# $NetBSD: Makefile,v 1.5 2015/05/03 17:52:39 wiz Exp $
DISTNAME= hyphen-catalan
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+= catalan loadhyph-ca.tex
-TEX_HYPHEN_DEF+= \addlanguage{catalan}{loadhyph-ca.tex}{}{2}{2}
+TEX_HYPHEN_DEF+= \\addlanguage{catalan}{loadhyph-ca.tex}{}{2}{2}
TEX_HYPHEN_LUA+= ['catalan']={ \
loader='loadhyph-ca.tex', \
lefthyphenmin=2, \
diff --git a/print/tex-hyphen-chinese/Makefile b/print/tex-hyphen-chinese/Makefile
index 1554d1e6f43..bdc67f822ec 100644
--- a/print/tex-hyphen-chinese/Makefile
+++ b/print/tex-hyphen-chinese/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.4 2010/11/10 17:55:28 minskim Exp $
+# $NetBSD: Makefile,v 1.5 2015/05/03 17:52:39 wiz Exp $
DISTNAME= hyphen-chinese
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+= pinyin loadhyph-zh-latn.tex
-TEX_HYPHEN_DEF+= \addlanguage{pinyin}{loadhyph-zh-latn.tex}{}{1}{1}
+TEX_HYPHEN_DEF+= \\addlanguage{pinyin}{loadhyph-zh-latn.tex}{}{1}{1}
TEX_HYPHEN_LUA+= ['pinyin']={ \
loader='loadhyph-zh-latn.tex', \
lefthyphenmin=1, \
diff --git a/print/tex-hyphen-coptic/Makefile b/print/tex-hyphen-coptic/Makefile
index b768888c273..9408ecf26d0 100644
--- a/print/tex-hyphen-coptic/Makefile
+++ b/print/tex-hyphen-coptic/Makefile
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.6 2013/11/17 17:23:15 minskim Exp $
+# $NetBSD: Makefile,v 1.7 2015/05/03 17:52:39 wiz Exp $
DISTNAME= hyphen-coptic
PKGNAME= tex-${DISTNAME}-2013
+PKGREVISION= 1
TEXLIVE_REV= 23085
MAINTAINER= minskim@NetBSD.org
@@ -11,7 +12,7 @@ CONFLICTS+= teTeX-texmf<=3.0nb12
DEPENDS+= tex-hyph-utf8-[0-9]*:../../print/tex-hyph-utf8
TEX_HYPHEN_DAT+= coptic loadhyph-cop.tex
-TEX_HYPHEN_DEF+= \addlanguage{coptic}{loadhyph-cop.tex}{}{1}{1}
+TEX_HYPHEN_DEF+= \\addlanguage{coptic}{loadhyph-cop.tex}{}{1}{1}
TEX_HYPHEN_LUA+= ['coptic']={ \
loader='loadhyph-cop.tex', \
lefthyphenmin=1, \
diff --git a/print/tex-hyphen-croatian/Makefile b/print/tex-hyphen-croatian/Makefile
index 92df25b613d..ca6bc80f28a 100644
--- a/print/tex-hyphen-croatian/Makefile
+++ b/print/tex-hyphen-croatian/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.4 2010/11/10 17:55:29 minskim Exp $
+# $NetBSD: Makefile,v 1.5 2015/05/03 17:52:39 wiz Exp $
DISTNAME= hyphen-croatian
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+= croatian loadhyph-hr.tex
-TEX_HYPHEN_DEF+= \addlanguage{croatian}{loadhyph-hr.tex}{}{2}{2}
+TEX_HYPHEN_DEF+= \\addlanguage{croatian}{loadhyph-hr.tex}{}{2}{2}
TEX_HYPHEN_LUA+= ['croatian']={ \
loader='loadhyph-hr.tex', \
lefthyphenmin=2, \
diff --git a/print/tex-hyphen-czech/Makefile b/print/tex-hyphen-czech/Makefile
index 316a4a29bf7..a3cfa8fb566 100644
--- a/print/tex-hyphen-czech/Makefile
+++ b/print/tex-hyphen-czech/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.4 2010/11/10 17:55:29 minskim Exp $
+# $NetBSD: Makefile,v 1.5 2015/05/03 17:52:39 wiz Exp $
DISTNAME= hyphen-czech
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+= czech loadhyph-cs.tex
-TEX_HYPHEN_DEF+= \addlanguage{czech}{loadhyph-cs.tex}{}{2}{3}
+TEX_HYPHEN_DEF+= \\addlanguage{czech}{loadhyph-cs.tex}{}{2}{3}
TEX_HYPHEN_LUA+= ['czech']={ \
loader='loadhyph-cs.tex', \
lefthyphenmin=2, \
diff --git a/print/tex-hyphen-danish/Makefile b/print/tex-hyphen-danish/Makefile
index 7f48ad659ab..314fa01c6a5 100644
--- a/print/tex-hyphen-danish/Makefile
+++ b/print/tex-hyphen-danish/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.4 2010/11/10 17:55:29 minskim Exp $
+# $NetBSD: Makefile,v 1.5 2015/05/03 17:52:39 wiz Exp $
DISTNAME= hyphen-danish
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+= danish loadhyph-da.tex
-TEX_HYPHEN_DEF+= \addlanguage{danish}{loadhyph-da.tex}{}{2}{2}
+TEX_HYPHEN_DEF+= \\addlanguage{danish}{loadhyph-da.tex}{}{2}{2}
TEX_HYPHEN_LUA+= ['danish']={ \
loader='loadhyph-da.tex', \
lefthyphenmin=2, \
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, \
diff --git a/print/tex-hyphen-english/Makefile b/print/tex-hyphen-english/Makefile
index f6083156358..10b05505151 100644
--- a/print/tex-hyphen-english/Makefile
+++ b/print/tex-hyphen-english/Makefile
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.1 2015/04/30 07:26:19 markd Exp $
+# $NetBSD: Makefile,v 1.2 2015/05/03 17:52:39 wiz Exp $
DISTNAME= hyphen-english
PKGNAME= tex-${DISTNAME}-2014
+PKGREVISION= 1
TEXLIVE_REV= 25990
MAINTAINER= pkgsrc-users@NetBSD.org
@@ -14,10 +15,10 @@ TEX_HYPHEN_DAT+= usenglishmax loadhyph-en-us.tex
TEX_HYPHEN_DAT+= ukenglish loadhyph-en-gb.tex
TEX_HYPHEN_DAT+= = british
TEX_HYPHEN_DAT+= = UKenglish
-TEX_HYPHEN_DEF+= \addlanguage{usenglishmax}{loadhyph-en-us.tex}{}{2}{3}
-TEX_HYPHEN_DEF+= \addlanguage{ukenglish}{loadhyph-en-gb.tex}{}{2}{3}
-TEX_HYPHEN_DEF+= \addlanguage{british}{loadhyph-en-gb.tex}{}{2}{3}
-TEX_HYPHEN_DEF+= \addlanguage{UKenglish}{loadhyph-en-gb.tex}{}{2}{3}
+TEX_HYPHEN_DEF+= \\addlanguage{usenglishmax}{loadhyph-en-us.tex}{}{2}{3}
+TEX_HYPHEN_DEF+= \\addlanguage{ukenglish}{loadhyph-en-gb.tex}{}{2}{3}
+TEX_HYPHEN_DEF+= \\addlanguage{british}{loadhyph-en-gb.tex}{}{2}{3}
+TEX_HYPHEN_DEF+= \\addlanguage{UKenglish}{loadhyph-en-gb.tex}{}{2}{3}
TEX_HYPHEN_LUA+= ['usenglishmax']={ \
loader='loadhyph-en-us.tex', \
diff --git a/print/tex-hyphen-esperanto/Makefile b/print/tex-hyphen-esperanto/Makefile
index 6166e4921a0..901454a78fa 100644
--- a/print/tex-hyphen-esperanto/Makefile
+++ b/print/tex-hyphen-esperanto/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-esperanto
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+= esperanto loadhyph-eo.tex
-TEX_HYPHEN_DEF+= \addlanguage{esperanto}{loadhyph-eo.tex}{}{2}{2}
+TEX_HYPHEN_DEF+= \\addlanguage{esperanto}{loadhyph-eo.tex}{}{2}{2}
TEX_HYPHEN_LUA+= ['esperanto']={ \
loader='loadhyph-eo.tex', \
lefthyphenmin=2, \
diff --git a/print/tex-hyphen-estonian/Makefile b/print/tex-hyphen-estonian/Makefile
index aefc437fa98..08b3672b565 100644
--- a/print/tex-hyphen-estonian/Makefile
+++ b/print/tex-hyphen-estonian/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-estonian
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+= estonian loadhyph-et.tex
-TEX_HYPHEN_DEF+= \addlanguage{estonian}{loadhyph-et.tex}{}{2}{3}
+TEX_HYPHEN_DEF+= \\addlanguage{estonian}{loadhyph-et.tex}{}{2}{3}
TEX_HYPHEN_LUA+= ['estonian']={ \
loader='loadhyph-et.tex', \
lefthyphenmin=2, \
diff --git a/print/tex-hyphen-farsi/Makefile b/print/tex-hyphen-farsi/Makefile
index edb9f59628c..df68e35a665 100644
--- a/print/tex-hyphen-farsi/Makefile
+++ b/print/tex-hyphen-farsi/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-farsi
PKGNAME= tex-${DISTNAME}-2010
-PKGREVISION= 1
+PKGREVISION= 2
TEXLIVE_REV= 18673
MAINTAINER= minskim@NetBSD.org
@@ -13,8 +13,8 @@ DEPENDS+= tex-hyphen-base-[0-9]*:../../print/tex-hyphen-base
TEX_HYPHEN_DAT+= farsi zerohyph.tex
TEX_HYPHEN_DAT+= = persian
-TEX_HYPHEN_DEF+= \addlanguage{farsi}{zerohyph.tex}{}{}{}
-TEX_HYPHEN_DEF+= \addlanguage{persian}{zerohyph.tex}{}{}{}
+TEX_HYPHEN_DEF+= \\addlanguage{farsi}{zerohyph.tex}{}{}{}
+TEX_HYPHEN_DEF+= \\addlanguage{persian}{zerohyph.tex}{}{}{}
TEX_HYPHEN_LUA+= ['farsi']={ \
loader='zerohyph.tex', \
lefthyphenmin=2, \
diff --git a/print/tex-hyphen-finnish/Makefile b/print/tex-hyphen-finnish/Makefile
index 44a1ed98daa..1ff01c15017 100644
--- a/print/tex-hyphen-finnish/Makefile
+++ b/print/tex-hyphen-finnish/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-finnish
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+= finnish loadhyph-fi.tex
-TEX_HYPHEN_DEF+= \addlanguage{finnish}{loadhyph-fi.tex}{}{2}{2}
+TEX_HYPHEN_DEF+= \\addlanguage{finnish}{loadhyph-fi.tex}{}{2}{2}
TEX_HYPHEN_LUA+= ['finnish']={ \
loader='loadhyph-fi.tex', \
lefthyphenmin=2, \
diff --git a/print/tex-hyphen-french/Makefile b/print/tex-hyphen-french/Makefile
index ea528f93a48..ffba19232b6 100644
--- a/print/tex-hyphen-french/Makefile
+++ b/print/tex-hyphen-french/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.4 2010/11/10 17:55:31 minskim Exp $
+# $NetBSD: Makefile,v 1.5 2015/05/03 17:52:40 wiz Exp $
DISTNAME= hyphen-french
PKGNAME= tex-${DISTNAME}-2010
-PKGREVISION= 1
+PKGREVISION= 2
TEXLIVE_REV= 20144
MAINTAINER= minskim@NetBSD.org
@@ -14,9 +14,9 @@ DEPENDS+= tex-hyph-utf8-[0-9]*:../../print/tex-hyph-utf8
TEX_HYPHEN_DAT+= french loadhyph-fr.tex
TEX_HYPHEN_DAT+= = patois
TEX_HYPHEN_DAT+= = francais
-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_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']={ \
loader='loadhyph-fr.tex', \
lefthyphenmin=2, \
diff --git a/print/tex-hyphen-galician/Makefile b/print/tex-hyphen-galician/Makefile
index c1ab15957e5..c7b8eee3233 100644
--- a/print/tex-hyphen-galician/Makefile
+++ b/print/tex-hyphen-galician/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.4 2010/11/10 17:55:31 minskim Exp $
+# $NetBSD: Makefile,v 1.5 2015/05/03 17:52:40 wiz Exp $
DISTNAME= hyphen-galician
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+= galician loadhyph-gl.tex
-TEX_HYPHEN_DEF+= \addlanguage{galician}{loadhyph-gl.tex}{}{2}{2}
+TEX_HYPHEN_DEF+= \\addlanguage{galician}{loadhyph-gl.tex}{}{2}{2}
TEX_HYPHEN_LUA+= ['galician']={ \
loader='loadhyph-gl.tex', \
lefthyphenmin=2, \
diff --git a/print/tex-hyphen-german/Makefile b/print/tex-hyphen-german/Makefile
index bfcc6d21f6b..09fffcf694a 100644
--- a/print/tex-hyphen-german/Makefile
+++ b/print/tex-hyphen-german/Makefile
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.4 2013/11/17 17:22:05 minskim Exp $
+# $NetBSD: Makefile,v 1.5 2015/05/03 17:52:40 wiz Exp $
DISTNAME= hyphen-german
PKGNAME= tex-${DISTNAME}-2013
+PKGREVISION= 1
TEXLIVE_REV= 29725
MAINTAINER= minskim@NetBSD.org
@@ -12,8 +13,8 @@ DEPENDS+= tex-hyph-utf8-[0-9]*:../../print/tex-hyph-utf8
TEX_HYPHEN_DAT+= german loadhyph-de-1901.tex
TEX_HYPHEN_DAT+= ngerman loadhyph-de-1996.tex
-TEX_HYPHEN_DEF+= \addlanguage{german}{loadhyph-de-1901.tex}{}{2}{2}
-TEX_HYPHEN_DEF+= \addlanguage{ngerman}{loadhyph-de-1996.tex}{}{2}{2}
+TEX_HYPHEN_DEF+= \\addlanguage{german}{loadhyph-de-1901.tex}{}{2}{2}
+TEX_HYPHEN_DEF+= \\addlanguage{ngerman}{loadhyph-de-1996.tex}{}{2}{2}
.include "../../print/texlive/package.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/print/tex-hyphen-greek/Makefile b/print/tex-hyphen-greek/Makefile
index e71a37e81a2..ebbc2fef0e7 100644
--- a/print/tex-hyphen-greek/Makefile
+++ b/print/tex-hyphen-greek/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.6 2013/11/17 17:20:53 minskim Exp $
+# $NetBSD: Makefile,v 1.7 2015/05/03 17:52:40 wiz Exp $
DISTNAME= hyphen-greek
PKGNAME= tex-${DISTNAME}-5
-PKGREVISION= 2
+PKGREVISION= 3
TEXLIVE_REV= 29725
MAINTAINER= minskim@NetBSD.org
@@ -14,9 +14,9 @@ DEPENDS+= tex-hyph-utf8-[0-9]*:../../print/tex-hyph-utf8
TEX_HYPHEN_DAT+= monogreek loadhyph-el-monoton.tex
TEX_HYPHEN_DAT+= greek loadhyph-el-polyton.tex
TEX_HYPHEN_DAT+= = polygreek
-TEX_HYPHEN_DEF+= \addlanguage{monogreek}{loadhyph-el-monoton.tex}{}{1}{1}
-TEX_HYPHEN_DEF+= \addlanguage{greek}{loadhyph-el-polyton.tex}{}{1}{1}
-TEX_HYPHEN_DEF+= \addlanguage{polygreek}{loadhyph-el-polyton.tex}{}{1}{1}
+TEX_HYPHEN_DEF+= \\addlanguage{monogreek}{loadhyph-el-monoton.tex}{}{1}{1}
+TEX_HYPHEN_DEF+= \\addlanguage{greek}{loadhyph-el-polyton.tex}{}{1}{1}
+TEX_HYPHEN_DEF+= \\addlanguage{polygreek}{loadhyph-el-polyton.tex}{}{1}{1}
TEX_HYPHEN_LUA+= ['monogreek']={ \
loader='loadhyph-el-monoton.tex', \
lefthyphenmin=1, \
diff --git a/print/tex-hyphen-hungarian/Makefile b/print/tex-hyphen-hungarian/Makefile
index 9c6b9d9c15b..58dd641b7e9 100644
--- a/print/tex-hyphen-hungarian/Makefile
+++ b/print/tex-hyphen-hungarian/Makefile
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.5 2013/11/17 17:19:47 minskim Exp $
+# $NetBSD: Makefile,v 1.6 2015/05/03 17:52:40 wiz Exp $
DISTNAME= hyphen-hungarian
PKGNAME= tex-${DISTNAME}-2013
+PKGREVISION= 1
TEXLIVE_REV= 29725
MAINTAINER= minskim@NetBSD.org
@@ -11,7 +12,7 @@ CONFLICTS+= teTeX-texmf<=3.0nb12
DEPENDS+= tex-hyph-utf8-[0-9]*:../../print/tex-hyph-utf8
TEX_HYPHEN_DAT+= hungarian loadhyph-hu.tex
-TEX_HYPHEN_DEF+= \addlanguage{hungarian}{loadhyph-hu.tex}{}{2}{2}
+TEX_HYPHEN_DEF+= \\addlanguage{hungarian}{loadhyph-hu.tex}{}{2}{2}
TEX_HYPHEN_LUA+= ['hungarian']={ \
loader='loadhyph-hu.tex', \
lefthyphenmin=2, \
diff --git a/print/tex-hyphen-icelandic/Makefile b/print/tex-hyphen-icelandic/Makefile
index 78edef4f1e4..680e1ddf7af 100644
--- a/print/tex-hyphen-icelandic/Makefile
+++ b/print/tex-hyphen-icelandic/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.4 2010/11/10 17:55:32 minskim Exp $
+# $NetBSD: Makefile,v 1.5 2015/05/03 17:52:40 wiz Exp $
DISTNAME= hyphen-icelandic
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+= icelandic loadhyph-is.tex
-TEX_HYPHEN_DEF+= \addlanguage{icelandic}{loadhyph-is.tex}{}{2}{2}
+TEX_HYPHEN_DEF+= \\addlanguage{icelandic}{loadhyph-is.tex}{}{2}{2}
TEX_HYPHEN_LUA+= ['icelandic']={ \
loader='loadhyph-is.tex', \
lefthyphenmin=2, \
diff --git a/print/tex-hyphen-indonesian/Makefile b/print/tex-hyphen-indonesian/Makefile
index bada9ccca8b..40297e33aa2 100644
--- a/print/tex-hyphen-indonesian/Makefile
+++ b/print/tex-hyphen-indonesian/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.4 2010/11/10 17:55:32 minskim Exp $
+# $NetBSD: Makefile,v 1.5 2015/05/03 17:52:40 wiz Exp $
DISTNAME= hyphen-indonesian
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+= indonesian loadhyph-id.tex
-TEX_HYPHEN_DEF+= \addlanguage{indonesian}{loadhyph-id.tex}{}{2}{2}
+TEX_HYPHEN_DEF+= \\addlanguage{indonesian}{loadhyph-id.tex}{}{2}{2}
TEX_HYPHEN_LUA+= ['indonesian']={ \
loader='loadhyph-id.tex', \
lefthyphenmin=2, \
diff --git a/print/tex-hyphen-interlingua/Makefile b/print/tex-hyphen-interlingua/Makefile
index 7838b385bdf..f11093bc953 100644
--- a/print/tex-hyphen-interlingua/Makefile
+++ b/print/tex-hyphen-interlingua/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.4 2010/11/10 17:55:32 minskim Exp $
+# $NetBSD: Makefile,v 1.5 2015/05/03 17:52:40 wiz Exp $
DISTNAME= hyphen-interlingua
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+= interlingua loadhyph-ia.tex
-TEX_HYPHEN_DEF+= \addlanguage{interlingua}{loadhyph-ia.tex}{}{2}{2}
+TEX_HYPHEN_DEF+= \\addlanguage{interlingua}{loadhyph-ia.tex}{}{2}{2}
TEX_HYPHEN_LUA+= ['interlingua']={ \
loader='loadhyph-ia.tex', \
lefthyphenmin=2, \
diff --git a/print/tex-hyphen-irish/Makefile b/print/tex-hyphen-irish/Makefile
index 5c74c5685e6..ef24962dc23 100644
--- a/print/tex-hyphen-irish/Makefile
+++ b/print/tex-hyphen-irish/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.4 2010/11/10 17:55:32 minskim Exp $
+# $NetBSD: Makefile,v 1.5 2015/05/03 17:52:40 wiz Exp $
DISTNAME= hyphen-irish
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+= irish loadhyph-ga.tex
-TEX_HYPHEN_DEF+= \addlanguage{irish}{loadhyph-ga.tex}{}{2}{3}
+TEX_HYPHEN_DEF+= \\addlanguage{irish}{loadhyph-ga.tex}{}{2}{3}
TEX_HYPHEN_LUA+= ['irish']={ \
loader='loadhyph-ga.tex', \
lefthyphenmin=2, \
diff --git a/print/tex-hyphen-italian/Makefile b/print/tex-hyphen-italian/Makefile
index 058e7182cf3..115a58b0d74 100644
--- a/print/tex-hyphen-italian/Makefile
+++ b/print/tex-hyphen-italian/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.4 2010/11/10 17:55:32 minskim Exp $
+# $NetBSD: Makefile,v 1.5 2015/05/03 17:52:40 wiz Exp $
DISTNAME= hyphen-italian
PKGNAME= tex-${DISTNAME}-4.8g
-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+= italian loadhyph-it.tex
-TEX_HYPHEN_DEF+= \addlanguage{italian}{loadhyph-it.tex}{}{2}{2}
+TEX_HYPHEN_DEF+= \\addlanguage{italian}{loadhyph-it.tex}{}{2}{2}
TEX_HYPHEN_LUA+= ['italian']={ \
loader='loadhyph-it.tex', \
lefthyphenmin=2, \
diff --git a/print/tex-hyphen-latin/Makefile b/print/tex-hyphen-latin/Makefile
index 2d284a823ef..5f4ac8176d3 100644
--- a/print/tex-hyphen-latin/Makefile
+++ b/print/tex-hyphen-latin/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.4 2010/11/10 17:55:33 minskim Exp $
+# $NetBSD: Makefile,v 1.5 2015/05/03 17:52:40 wiz Exp $
DISTNAME= hyphen-latin
PKGNAME= tex-${DISTNAME}-3.1
-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+= latin loadhyph-la.tex
-TEX_HYPHEN_DEF+= \addlanguage{latin}{loadhyph-la.tex}{}{2}{2}
+TEX_HYPHEN_DEF+= \\addlanguage{latin}{loadhyph-la.tex}{}{2}{2}
TEX_HYPHEN_LUA+= ['latin']={ \
loader='loadhyph-la.tex', \
lefthyphenmin=2, \
diff --git a/print/tex-hyphen-lithuanian/Makefile b/print/tex-hyphen-lithuanian/Makefile
index 9ffc0f10084..ab15914269d 100644
--- a/print/tex-hyphen-lithuanian/Makefile
+++ b/print/tex-hyphen-lithuanian/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.4 2010/11/10 17:55:33 minskim Exp $
+# $NetBSD: Makefile,v 1.5 2015/05/03 17:52:40 wiz Exp $
DISTNAME= hyphen-lithuanian
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+= lithuanian loadhyph-lt.tex
-TEX_HYPHEN_DEF+= \addlanguage{lithuanian}{loadhyph-lt.tex}{}{2}{2}
+TEX_HYPHEN_DEF+= \\addlanguage{lithuanian}{loadhyph-lt.tex}{}{2}{2}
TEX_HYPHEN_LUA+= ['lithuanian']={ \
loader='loadhyph-lt.tex', \
lefthyphenmin=2, \
diff --git a/print/tex-hyphen-mongolian/Makefile b/print/tex-hyphen-mongolian/Makefile
index b8227e166c7..a4f8e056e63 100644
--- a/print/tex-hyphen-mongolian/Makefile
+++ b/print/tex-hyphen-mongolian/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.4 2010/11/10 17:55:33 minskim Exp $
+# $NetBSD: Makefile,v 1.5 2015/05/03 17:52:40 wiz Exp $
DISTNAME= hyphen-mongolian
PKGNAME= tex-${DISTNAME}-2010
-PKGREVISION= 1
+PKGREVISION= 2
TEXLIVE_REV= 20144
MAINTAINER= minskim@NetBSD.org
@@ -13,8 +13,8 @@ DEPENDS+= tex-hyph-utf8-[0-9]*:../../print/tex-hyph-utf8
TEX_HYPHEN_DAT+= mongolian loadhyph-mn-cyrl.tex
TEX_HYPHEN_DAT+= mongolianlmc loadhyph-mn-cyrl-x-lmc.tex
-TEX_HYPHEN_DEF+= \addlanguage{mongolian}{loadhyph-mn-cyrl.tex}{}{2}{2}
-TEX_HYPHEN_DEF+= \addlanguage{mongolianlmc}{loadhyph-mn-cyrl-x-lmc.tex}{}{2}{2}
+TEX_HYPHEN_DEF+= \\addlanguage{mongolian}{loadhyph-mn-cyrl.tex}{}{2}{2}
+TEX_HYPHEN_DEF+= \\addlanguage{mongolianlmc}{loadhyph-mn-cyrl-x-lmc.tex}{}{2}{2}
TEX_HYPHEN_LUA+= ['mongolian']={ \
loader='loadhyph-mn-cyrl.tex', \
lefthyphenmin=2, \
diff --git a/print/tex-hyphen-norwegian/Makefile b/print/tex-hyphen-norwegian/Makefile
index 3ce13db81cf..5bb0a6c2354 100644
--- a/print/tex-hyphen-norwegian/Makefile
+++ b/print/tex-hyphen-norwegian/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.4 2010/11/10 17:55:33 minskim Exp $
+# $NetBSD: Makefile,v 1.5 2015/05/03 17:52:40 wiz Exp $
DISTNAME= hyphen-norwegian
PKGNAME= tex-${DISTNAME}-2010
-PKGREVISION= 1
+PKGREVISION= 2
TEXLIVE_REV= 20144
MAINTAINER= minskim@NetBSD.org
@@ -16,10 +16,10 @@ TEX_HYPHEN_DAT+= bokmal loadhyph-nb.tex
TEX_HYPHEN_DAT+= = norwegian
TEX_HYPHEN_DAT+= = norsk
TEX_HYPHEN_DAT+= nynorsk loadhyph-nn.tex
-TEX_HYPHEN_DEF+= \addlanguage{bokmal}{loadhyph-nb.tex}{}{2}{2}
-TEX_HYPHEN_DEF+= \addlanguage{norwegian}{loadhyph-nb.tex}{}{2}{2}
-TEX_HYPHEN_DEF+= \addlanguage{norsk}{loadhyph-nb.tex}{}{2}{2}
-TEX_HYPHEN_DEF+= \addlanguage{nynorsk}{loadhyph-nn.tex}{}{2}{2}
+TEX_HYPHEN_DEF+= \\addlanguage{bokmal}{loadhyph-nb.tex}{}{2}{2}
+TEX_HYPHEN_DEF+= \\addlanguage{norwegian}{loadhyph-nb.tex}{}{2}{2}
+TEX_HYPHEN_DEF+= \\addlanguage{norsk}{loadhyph-nb.tex}{}{2}{2}
+TEX_HYPHEN_DEF+= \\addlanguage{nynorsk}{loadhyph-nn.tex}{}{2}{2}
TEX_HYPHEN_LUA+= ['bokmal']={ \
loader='loadhyph-nb.tex', \
lefthyphenmin=2, \
diff --git a/print/tex-hyphen-polish/Makefile b/print/tex-hyphen-polish/Makefile
index d58fbb89008..18ead4bda20 100644
--- a/print/tex-hyphen-polish/Makefile
+++ b/print/tex-hyphen-polish/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.4 2010/11/10 17:55:33 minskim Exp $
+# $NetBSD: Makefile,v 1.5 2015/05/03 17:52:41 wiz Exp $
DISTNAME= hyphen-polish
PKGNAME= tex-${DISTNAME}-3.0a
-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+= polish loadhyph-pl.tex
-TEX_HYPHEN_DEF+= \addlanguage{polish}{loadhyph-pl.tex}{}{2}{2}
+TEX_HYPHEN_DEF+= \\addlanguage{polish}{loadhyph-pl.tex}{}{2}{2}
TEX_HYPHEN_LUA+= ['polish']={ \
loader='loadhyph-pl.tex', \
lefthyphenmin=2, \
diff --git a/print/tex-hyphen-portuguese/Makefile b/print/tex-hyphen-portuguese/Makefile
index 331a5c280f6..dcdbc98951b 100644
--- a/print/tex-hyphen-portuguese/Makefile
+++ b/print/tex-hyphen-portuguese/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.4 2010/11/10 17:55:34 minskim Exp $
+# $NetBSD: Makefile,v 1.5 2015/05/03 17:52:41 wiz Exp $
DISTNAME= hyphen-portuguese
PKGNAME= tex-${DISTNAME}-2010
-PKGREVISION= 1
+PKGREVISION= 2
TEXLIVE_REV= 20144
MAINTAINER= minskim@NetBSD.org
@@ -13,8 +13,8 @@ DEPENDS+= tex-hyph-utf8-[0-9]*:../../print/tex-hyph-utf8
TEX_HYPHEN_DAT+= portuguese loadhyph-pt.tex
TEX_HYPHEN_DAT+= = portuges
-TEX_HYPHEN_DEF+= \addlanguage{portuguese}{loadhyph-pt.tex}{}{2}{3}
-TEX_HYPHEN_DEF+= \addlanguage{portuges}{loadhyph-pt.tex}{}{2}{3}
+TEX_HYPHEN_DEF+= \\addlanguage{portuguese}{loadhyph-pt.tex}{}{2}{3}
+TEX_HYPHEN_DEF+= \\addlanguage{portuges}{loadhyph-pt.tex}{}{2}{3}
TEX_HYPHEN_LUA+= ['portuguese']={ \
loader='loadhyph-pt.tex', \
lefthyphenmin=2, \
diff --git a/print/tex-hyphen-romanian/Makefile b/print/tex-hyphen-romanian/Makefile
index cd1703df71a..90ad9bba558 100644
--- a/print/tex-hyphen-romanian/Makefile
+++ b/print/tex-hyphen-romanian/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.4 2010/11/10 17:55:34 minskim Exp $
+# $NetBSD: Makefile,v 1.5 2015/05/03 17:52:41 wiz Exp $
DISTNAME= hyphen-romanian
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+= romanian loadhyph-ro.tex
-TEX_HYPHEN_DEF+= \addlanguage{romanian}{loadhyph-ro.tex}{}{2}{2}
+TEX_HYPHEN_DEF+= \\addlanguage{romanian}{loadhyph-ro.tex}{}{2}{2}
TEX_HYPHEN_LUA+= ['romanian']={ \
loader='loadhyph-ro.tex', \
lefthyphenmin=2, \
diff --git a/print/tex-hyphen-russian/Makefile b/print/tex-hyphen-russian/Makefile
index 58aab4b08ef..3015604139e 100644
--- a/print/tex-hyphen-russian/Makefile
+++ b/print/tex-hyphen-russian/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.5 2010/11/15 22:25:13 minskim Exp $
+# $NetBSD: Makefile,v 1.6 2015/05/03 17:52:41 wiz Exp $
DISTNAME= hyphen-russian
PKGNAME= tex-${DISTNAME}-2010
-PKGREVISION= 2
+PKGREVISION= 3
TEXLIVE_REV= 20144
MAINTAINER= minskim@NetBSD.org
@@ -13,7 +13,7 @@ DEPENDS+= tex-hyph-utf8-[0-9]*:../../print/tex-hyph-utf8
DEPENDS+= tex-ruhyphen>=1.6:../../print/tex-ruhyphen
TEX_HYPHEN_DAT+= russian loadhyph-ru.tex
-TEX_HYPHEN_DEF+= \addlanguage{russian}{loadhyph-ru.tex}{}{2}{2}
+TEX_HYPHEN_DEF+= \\addlanguage{russian}{loadhyph-ru.tex}{}{2}{2}
TEX_HYPHEN_LUA+= ['russian']={ \
loader='loadhyph-ru.tex', \
lefthyphenmin=2, \
diff --git a/print/tex-hyphen-sanskrit/Makefile b/print/tex-hyphen-sanskrit/Makefile
index 4b5d473053a..411537bca53 100644
--- a/print/tex-hyphen-sanskrit/Makefile
+++ b/print/tex-hyphen-sanskrit/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.4 2010/11/10 17:55:34 minskim Exp $
+# $NetBSD: Makefile,v 1.5 2015/05/03 17:52:41 wiz Exp $
DISTNAME= hyphen-sanskrit
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+= sanskrit loadhyph-sa.tex
-TEX_HYPHEN_DEF+= \addlanguage{sanskrit}{loadhyph-sa.tex}{}{1}{5}
+TEX_HYPHEN_DEF+= \\addlanguage{sanskrit}{loadhyph-sa.tex}{}{1}{5}
TEX_HYPHEN_LUA+= ['sanskrit']={ \
loader='loadhyph-sa.tex', \
lefthyphenmin=1, \
diff --git a/print/tex-hyphen-serbian/Makefile b/print/tex-hyphen-serbian/Makefile
index 3ff15d92bac..8275ae0b569 100644
--- a/print/tex-hyphen-serbian/Makefile
+++ b/print/tex-hyphen-serbian/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.4 2010/11/10 17:55:34 minskim Exp $
+# $NetBSD: Makefile,v 1.5 2015/05/03 17:52:41 wiz Exp $
DISTNAME= hyphen-serbian
PKGNAME= tex-${DISTNAME}-1.0a
-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+= serbian loadhyph-sr-latn.tex
-TEX_HYPHEN_DEF+= \addlanguage{serbian}{loadhyph-sr-latn.tex}{}{2}{2}
+TEX_HYPHEN_DEF+= \\addlanguage{serbian}{loadhyph-sr-latn.tex}{}{2}{2}
TEX_HYPHEN_LUA+= ['serbian']={ \
loader='loadhyph-sr-latn.tex', \
lefthyphenmin=2, \
diff --git a/print/tex-hyphen-slovak/Makefile b/print/tex-hyphen-slovak/Makefile
index 36679a49dd5..c6c3edf9c32 100644
--- a/print/tex-hyphen-slovak/Makefile
+++ b/print/tex-hyphen-slovak/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.4 2010/11/10 17:55:35 minskim Exp $
+# $NetBSD: Makefile,v 1.5 2015/05/03 17:52:41 wiz Exp $
DISTNAME= hyphen-slovak
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+= slovak loadhyph-sk.tex
-TEX_HYPHEN_DEF+= \addlanguage{slovak}{loadhyph-sk.tex}{}{2}{3}
+TEX_HYPHEN_DEF+= \\addlanguage{slovak}{loadhyph-sk.tex}{}{2}{3}
TEX_HYPHEN_LUA+= ['slovak']={ \
loader='loadhyph-sk.tex', \
lefthyphenmin=2, \
diff --git a/print/tex-hyphen-slovenian/Makefile b/print/tex-hyphen-slovenian/Makefile
index 17007d8c428..e24ef65905f 100644
--- a/print/tex-hyphen-slovenian/Makefile
+++ b/print/tex-hyphen-slovenian/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.4 2010/11/10 17:55:35 minskim Exp $
+# $NetBSD: Makefile,v 1.5 2015/05/03 17:52:41 wiz Exp $
DISTNAME= hyphen-slovenian
PKGNAME= tex-${DISTNAME}-2010
-PKGREVISION= 1
+PKGREVISION= 2
TEXLIVE_REV= 20144
MAINTAINER= minskim@NetBSD.org
@@ -13,8 +13,8 @@ DEPENDS+= tex-hyph-utf8-[0-9]*:../../print/tex-hyph-utf8
TEX_HYPHEN_DAT+= slovenian loadhyph-sl.tex
TEX_HYPHEN_DAT+= = slovene
-TEX_HYPHEN_DEF+= \addlanguage{slovenian}{loadhyph-sl.tex}{}{2}{2}
-TEX_HYPHEN_DEF+= \addlanguage{slovene}{loadhyph-sl.tex}{}{2}{2}
+TEX_HYPHEN_DEF+= \\addlanguage{slovenian}{loadhyph-sl.tex}{}{2}{2}
+TEX_HYPHEN_DEF+= \\addlanguage{slovene}{loadhyph-sl.tex}{}{2}{2}
TEX_HYPHEN_LUA+= ['slovenian']={ \
loader='loadhyph-sl.tex', \
lefthyphenmin=2, \
diff --git a/print/tex-hyphen-spanish/Makefile b/print/tex-hyphen-spanish/Makefile
index ba253714a4d..a8ef9c9fabc 100644
--- a/print/tex-hyphen-spanish/Makefile
+++ b/print/tex-hyphen-spanish/Makefile
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.2 2010/05/24 06:08:36 minskim Exp $
+# $NetBSD: Makefile,v 1.3 2015/05/03 17:52:41 wiz Exp $
DISTNAME= hyphen-spanish
PKGNAME= tex-${DISTNAME}-4.5
+PKGREVISION= 1
MAINTAINER= minskim@NetBSD.org
COMMENT= Hyphenation patterns for Spanish
@@ -11,8 +12,8 @@ DEPENDS+= tex-hyph-utf8-[0-9]*:../../print/tex-hyph-utf8
TEX_HYPHEN_DAT+= spanish loadhyph-es.tex
TEX_HYPHEN_DAT+= = espanol
-TEX_HYPHEN_DEF+= \addlanguage{spanish}{loadhyph-es.tex}{}{2}{2}
-TEX_HYPHEN_DEF+= \addlanguage{espanol}{loadhyph-es.tex}{}{2}{2}
+TEX_HYPHEN_DEF+= \\addlanguage{spanish}{loadhyph-es.tex}{}{2}{2}
+TEX_HYPHEN_DEF+= \\addlanguage{espanol}{loadhyph-es.tex}{}{2}{2}
.include "../../print/texlive/package.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/print/tex-hyphen-swedish/Makefile b/print/tex-hyphen-swedish/Makefile
index 37b6c8ba6fe..6e33d6ac411 100644
--- a/print/tex-hyphen-swedish/Makefile
+++ b/print/tex-hyphen-swedish/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.4 2010/11/10 17:55:35 minskim Exp $
+# $NetBSD: Makefile,v 1.5 2015/05/03 17:52:41 wiz Exp $
DISTNAME= hyphen-swedish
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+= swedish loadhyph-sv.tex
-TEX_HYPHEN_DEF+= \addlanguage{swedish}{loadhyph-sv.tex}{}{2}{2}
+TEX_HYPHEN_DEF+= \\addlanguage{swedish}{loadhyph-sv.tex}{}{2}{2}
TEX_HYPHEN_LUA+= ['swedish']={ \
loader='loadhyph-sv.tex', \
lefthyphenmin=2, \
diff --git a/print/tex-hyphen-turkish/Makefile b/print/tex-hyphen-turkish/Makefile
index 79786e42698..0c0584d7017 100644
--- a/print/tex-hyphen-turkish/Makefile
+++ b/print/tex-hyphen-turkish/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.4 2010/11/10 17:55:35 minskim Exp $
+# $NetBSD: Makefile,v 1.5 2015/05/03 17:52:41 wiz Exp $
DISTNAME= hyphen-turkish
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+= turkish loadhyph-tr.tex
-TEX_HYPHEN_DEF+= \addlanguage{turkish}{loadhyph-tr.tex}{}{2}{2}
+TEX_HYPHEN_DEF+= \\addlanguage{turkish}{loadhyph-tr.tex}{}{2}{2}
TEX_HYPHEN_LUA+= ['turkish']={ \
loader='loadhyph-tr.tex', \
lefthyphenmin=2, \
diff --git a/print/tex-hyphen-ukrainian/Makefile b/print/tex-hyphen-ukrainian/Makefile
index 385756d44a2..d0d1f0f5da4 100644
--- a/print/tex-hyphen-ukrainian/Makefile
+++ b/print/tex-hyphen-ukrainian/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.5 2010/11/15 21:32:17 minskim Exp $
+# $NetBSD: Makefile,v 1.6 2015/05/03 17:52:41 wiz Exp $
DISTNAME= hyphen-ukrainian
PKGNAME= tex-${DISTNAME}-2010
-PKGREVISION= 2
+PKGREVISION= 3
TEXLIVE_REV= 20144
MAINTAINER= minskim@NetBSD.org
@@ -13,7 +13,7 @@ DEPENDS+= tex-hyph-utf8-[0-9]*:../../print/tex-hyph-utf8
DEPENDS+= tex-ukrhyph>=2009:../../print/tex-ukrhyph
TEX_HYPHEN_DAT+= ukrainian loadhyph-uk.tex
-TEX_HYPHEN_DEF+= \addlanguage{ukrainian}{loadhyph-uk.tex}{}{2}{2}
+TEX_HYPHEN_DEF+= \\addlanguage{ukrainian}{loadhyph-uk.tex}{}{2}{2}
TEX_HYPHEN_LUA+= ['ukrainian']={ \
loader='loadhyph-uk.tex', \
lefthyphenmin=2, \
diff --git a/print/tex-hyphen-uppersorbian/Makefile b/print/tex-hyphen-uppersorbian/Makefile
index 49cfca7403b..368ab04bcb4 100644
--- a/print/tex-hyphen-uppersorbian/Makefile
+++ b/print/tex-hyphen-uppersorbian/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.5 2010/11/10 17:55:36 minskim Exp $
+# $NetBSD: Makefile,v 1.6 2015/05/03 17:52:41 wiz Exp $
DISTNAME= hyphen-uppersorbian
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+= uppersorbian loadhyph-hsb.tex
-TEX_HYPHEN_DEF+= \addlanguage{uppersorbian}{loadhyph-hsb.tex}{}{2}{2}
+TEX_HYPHEN_DEF+= \\addlanguage{uppersorbian}{loadhyph-hsb.tex}{}{2}{2}
TEX_HYPHEN_LUA+= ['uppersorbian']={ \
loader='loadhyph-hsb.tex', \
lefthyphenmin=2, \
diff --git a/print/tex-hyphen-welsh/Makefile b/print/tex-hyphen-welsh/Makefile
index 08d84f97a66..6ad8832da8e 100644
--- a/print/tex-hyphen-welsh/Makefile
+++ b/print/tex-hyphen-welsh/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.4 2010/11/10 17:55:36 minskim Exp $
+# $NetBSD: Makefile,v 1.5 2015/05/03 17:52:41 wiz Exp $
DISTNAME= hyphen-welsh
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+= welsh loadhyph-cy.tex
-TEX_HYPHEN_DEF+= \addlanguage{welsh}{loadhyph-cy.tex}{}{2}{3}
+TEX_HYPHEN_DEF+= \\addlanguage{welsh}{loadhyph-cy.tex}{}{2}{3}
TEX_HYPHEN_LUA+= ['welsh']={ \
loader='loadhyph-cy.tex', \
lefthyphenmin=2, \