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 | 2435e20711a8a6dceea4b9d44ac2d837b15904b4 (patch) | |
tree | 311188d016f9f6cb623ac5b3e2fc7b233e8ae7ef /print/tex-hyphen-czech | |
parent | f2ee3ea16318e6d23a355f9123fdf6b72a935b91 (diff) | |
download | pkgsrc-2435e20711a8a6dceea4b9d44ac2d837b15904b4.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-czech')
-rw-r--r-- | print/tex-hyphen-czech/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
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, \ |