[94531] users/dports/ports/tex/texlive-bin/Portfile
dports at macports.org
dports at macports.org
Thu Jun 21 16:50:51 PDT 2012
Revision: 94531
https://trac.macports.org/changeset/94531
Author: dports at macports.org
Date: 2012-06-21 16:50:50 -0700 (Thu, 21 Jun 2012)
Log Message:
-----------
texlive-bin: remove files we don't want
Modified Paths:
--------------
users/dports/ports/tex/texlive-bin/Portfile
Modified: users/dports/ports/tex/texlive-bin/Portfile
===================================================================
--- users/dports/ports/tex/texlive-bin/Portfile 2012-06-21 23:38:21 UTC (rev 94530)
+++ users/dports/ports/tex/texlive-bin/Portfile 2012-06-21 23:50:50 UTC (rev 94531)
@@ -192,12 +192,15 @@
post-destroot {
# texmf and texmf-dist will be installed by other texlive ports
- delete ${destroot}${prefix}/texmf
- delete ${destroot}${prefix}/texmf-dist
+ delete ${destroot}${prefix}/share/texmf
+ delete ${destroot}${prefix}/share/texmf-dist
+ delete ${destroot}${texlive_texmfdist}
- # Do not install symlinks to scripts that we will not install
+ # Do not install scripts we do not want, or symlinks to scripts that
+ # we don't install
+ delete ${destroot}${texlive_texmfmain}/scripts/texlive/tlmgr.pl
delete ${destroot}${texlive_bindir}/latexmk
- delete ${destroot}${texlive_bindir}/tlmgr
+ delete ${destroot}${texlive_bindir}/tlmgr
# Do not install the pre-generated fmtutil.cnf; we generate our own
delete ${destroot}${texlive_texmfmain}/web2c/fmtutil.cnf
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120621/10271cfc/attachment.html>
More information about the macports-changes
mailing list