Revision: 89701 http://trac.macports.org/changeset/89701 Author: dports@macports.org Date: 2012-02-06 19:49:50 -0800 (Mon, 06 Feb 2012) Log Message: ----------- texlive-bin: do not install a redundant (but harmless) fmtutil.cnf Modified Paths: -------------- trunk/dports/tex/texlive-bin/Portfile Modified: trunk/dports/tex/texlive-bin/Portfile =================================================================== --- trunk/dports/tex/texlive-bin/Portfile 2012-02-07 03:26:36 UTC (rev 89700) +++ trunk/dports/tex/texlive-bin/Portfile 2012-02-07 03:49:50 UTC (rev 89701) @@ -208,6 +208,9 @@ delete ${destroot}${texlive_bindir}/latexmk delete ${destroot}${texlive_bindir}/tlmgr + # Do not install the pre-generated fmtutil.cnf; we generate our own + delete ${destroot}${texlive_texmfmain}/web2c/fmtutil.cnf + # gzip manpages that are installed into texlive_bindir foreach manpage [glob -directory ${destroot}${texlive_bindir} man*/*] { # need to make sure it isn't a symlink
participants (1)
-
dports@macports.org