summaryrefslogtreecommitdiff
path: root/print/tex-hyphen-portuguese
diff options
context:
space:
mode:
authorwiz <wiz>2015-05-03 17:52:38 +0000
committerwiz <wiz>2015-05-03 17:52:38 +0000
commit78962b4f01c6062c706041cea4dfff8dd1bac181 (patch)
tree311188d016f9f6cb623ac5b3e2fc7b233e8ae7ef /print/tex-hyphen-portuguese
parent0e887609dd8ae5a347b645397cfd8836d6628919 (diff)
downloadpkgsrc-78962b4f01c6062c706041cea4dfff8dd1bac181.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-portuguese')
-rw-r--r--print/tex-hyphen-portuguese/Makefile8
1 files changed, 4 insertions, 4 deletions
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, \