[137152] trunk/dports/tex/LaTeXML/Portfile

mojca at macports.org mojca at macports.org
Fri Jun 5 09:56:34 PDT 2015


Revision: 137152
          https://trac.macports.org/changeset/137152
Author:   mojca at macports.org
Date:     2015-06-05 09:56:34 -0700 (Fri, 05 Jun 2015)
Log Message:
-----------
LaTeXML: use texlive PortGroup for locating the tree (#46896)

Modified Paths:
--------------
    trunk/dports/tex/LaTeXML/Portfile

Modified: trunk/dports/tex/LaTeXML/Portfile
===================================================================
--- trunk/dports/tex/LaTeXML/Portfile	2015-06-05 16:53:47 UTC (rev 137151)
+++ trunk/dports/tex/LaTeXML/Portfile	2015-06-05 16:56:34 UTC (rev 137152)
@@ -4,6 +4,7 @@
 # Portfile for LaTeXML
 #======================================================================
 PortSystem          1.0
+PortGroup           texlive 1.0
 
 name                LaTeXML
 version             0.8.1
@@ -68,10 +69,10 @@
     notes "Using texlive for TeX: will install styles to its texmf"
     depends_lib-append      port:texlive
     pre-configure {
-        configure.args-append   TEXMF=[exec kpsewhich --expand-var='\$TEXMFLOCAL']
+        configure.args-append   TEXMF=${texlive_texmfports}
     }
     post-activate {
-        system "mktexlsr"
+        texlive.mktexlsr
     }
 }
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150605/faeee678/attachment.html>


More information about the macports-changes mailing list