From 806dc4fa04fc9610b82e15d9ac973ebb51c2572a Mon Sep 17 00:00:00 2001 From: wiz Date: Sun, 3 May 2015 17:52:38 +0000 Subject: \addlanguage needs to be quoted to \\addlanguage, because the sed(1) eats one of the backslashes. Bump PKGREVISION. --- print/tex-hyphen-arabic/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'print/tex-hyphen-arabic/Makefile') 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, \ -- cgit v1.2.3