diff options
author | hrs <hrs@FreeBSD.org> | 2014-11-03 04:49:59 +0800 |
---|---|---|
committer | hrs <hrs@FreeBSD.org> | 2014-11-03 04:49:59 +0800 |
commit | dbd874901b7b7932226fd9ad9ec9093fea90893b (patch) | |
tree | 2701c844bcad9de3501a078dbebe2196b5f3b22e /print | |
parent | 20c86cdb3f42e1688ab52b887596dc561d1eaae6 (diff) | |
download | freebsd-ports-gnome-dbd874901b7b7932226fd9ad9ec9093fea90893b.tar.gz freebsd-ports-gnome-dbd874901b7b7932226fd9ad9ec9093fea90893b.tar.zst freebsd-ports-gnome-dbd874901b7b7932226fd9ad9ec9093fea90893b.zip |
Fix a warning message when \usepackage[magyar]{babel} and utf8 inputenc
are used at the same time.
PR: 194349
Submitted by: Zsolt Udvari
Diffstat (limited to 'print')
-rw-r--r-- | print/texlive-texmf/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/print/texlive-texmf/Makefile b/print/texlive-texmf/Makefile index 4f9efb21344c..d6801063475b 100644 --- a/print/texlive-texmf/Makefile +++ b/print/texlive-texmf/Makefile @@ -2,7 +2,7 @@ PORTNAME= texlive PORTVERSION= 20140525 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= print MASTER_SITES= ftp://ftp.tug.org/historic/systems/texlive/2014/ PKGNAMESUFFIX= -texmf @@ -246,6 +246,7 @@ do-install: ${CAT} ${DISTDIR}/${DIST_SUBDIR}/${DISTNAME}${EXTRACT_SUFX} \ ${EXTRACT_AFTER_ARGS} -C ${STAGEDIR}${PREFIX}/share \ --strip-components 1 --no-same-permission --no-same-owner + ${REINPLACE_CMD} -i '' 's/\\def\\magyar@sugg@ie@low#1#2#3/\\def\\magyar@sugg@ie@low\\protect #1#2#3/' ${STAGEDIR}${PREFIX}/share/texmf-dist/tex/latex/babel-hungarian/magyar.ldf ${MKDIR} ${STAGEDIR}${PREFIX}/${TEXMFDISTDIR}/doc ${TOUCH} ${STAGEDIR}${PREFIX}/${TEXMFDISTDIR}/doc/.keep_me ${MKDIR} ${STAGEDIR}${PREFIX}/${TEXMFDISTDIR}/source |