Modified: users/dports/ports/_resources/port1.0/group/texlive-1.0.tcl (72893 => 72894)
--- 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"