diff options
author | wiz <wiz@pkgsrc.org> | 2015-05-03 17:52:38 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2015-05-03 17:52:38 +0000 |
commit | 806dc4fa04fc9610b82e15d9ac973ebb51c2572a (patch) | |
tree | 311188d016f9f6cb623ac5b3e2fc7b233e8ae7ef /print/tex-hyphen-coptic/Makefile | |
parent | da11fb8b49fe8eddb714c081604eb67accdd8b59 (diff) | |
download | pkgsrc-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-coptic/Makefile')
-rw-r--r-- | print/tex-hyphen-coptic/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
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, \ |