[72894] users/dports/ports/_resources/port1.0/group/texlive-1.0.tcl

dports at macports.org dports at macports.org
Fri Oct 29 14:02:07 PDT 2010


Revision: 72894
          http://trac.macports.org/changeset/72894
Author:   dports at macports.org
Date:     2010-10-29 14:02:04 -0700 (Fri, 29 Oct 2010)
Log Message:
-----------
texlive portgroup: separate texmf trees for files installed by
non-texlive ports ($texlive_texmfports), and for files installed by
the user ($texlive_texmflocal)

Modified Paths:
--------------
    users/dports/ports/_resources/port1.0/group/texlive-1.0.tcl

Modified: users/dports/ports/_resources/port1.0/group/texlive-1.0.tcl
===================================================================
--- users/dports/ports/_resources/port1.0/group/texlive-1.0.tcl	2010-10-29 20:55:24 UTC (rev 72893)
+++ users/dports/ports/_resources/port1.0/group/texlive-1.0.tcl	2010-10-29 21:02:04 UTC (rev 72894)
@@ -55,9 +55,12 @@
 # well too
 set texlive_texmfdist "${prefix}/share/texmf-texlive-dist"
 
-# "local" texmf files, e.g. installed by ports other than texlive
-set texlive_texmflocal "${prefix}/share/texmf"
+# texmf files installed by ports other than texlive
+set texlive_texmfports "${prefix}/share/texmf"
 
+# optional tree for user-installed texmf files
+set texlive_texmflocal "${prefix}/share/texmf-local"
+
 # variable runtime data, e.g. formats
 set texlive_texmfsysvar "${prefix}/var/db/texmf"
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20101029/e2c58c48/attachment.html>


More information about the macports-changes mailing list