[74421] trunk/dports/tex/texlive-common/Portfile

dports at macports.org dports at macports.org
Thu Dec 16 13:15:23 PST 2010


Revision: 74421
          http://trac.macports.org/changeset/74421
Author:   dports at macports.org
Date:     2010-12-16 13:15:10 -0800 (Thu, 16 Dec 2010)
Log Message:
-----------
texlive-common: install texmf.cnf symlink into $texlive_texmfports
rather than $texlive_texmflocal, as this is now the name for
$prefix/share/texmf

Modified Paths:
--------------
    trunk/dports/tex/texlive-common/Portfile

Modified: trunk/dports/tex/texlive-common/Portfile
===================================================================
--- trunk/dports/tex/texlive-common/Portfile	2010-12-16 21:14:39 UTC (rev 74420)
+++ trunk/dports/tex/texlive-common/Portfile	2010-12-16 21:15:10 UTC (rev 74421)
@@ -6,6 +6,7 @@
 
 name                texlive-common
 version             2010
+revision            1
 
 categories          tex
 maintainers         dports
@@ -93,15 +94,15 @@
 
     # Symlink texmf.cnf to its usual expected location, just in case
     # anything tries to look for it there
-    xinstall -d ${destroot}${texlive_texmflocal}/web2c
+    xinstall -d ${destroot}${texlive_texmfports}/web2c
     ln -s ${texlive_texmfsysconfig}/texmf.cnf \
-        ${destroot}${texlive_texmflocal}/web2c/texmf.cnf
+        ${destroot}${texlive_texmfports}/web2c/texmf.cnf
 }
 
 pre-activate {
     # Delete ls-R index file if it exists
-    if [file exists ${texlive_texmflocal}/ls-R] {
-        delete ${texlive_texmflocal}/ls-R
+    if [file exists ${texlive_texmfports}/ls-R] {
+        delete ${texlive_texmfports}/ls-R
     }
 
     # Deactivate any of the texlive 2007 ports. replaced_by does not
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20101216/47248f56/attachment.html>


More information about the macports-changes mailing list