[89295] trunk/dports/tex/dot2texi/Portfile

dports at macports.org dports at macports.org
Mon Jan 23 15:52:01 PST 2012


Revision: 89295
          http://trac.macports.org/changeset/89295
Author:   dports at macports.org
Date:     2012-01-23 15:52:01 -0800 (Mon, 23 Jan 2012)
Log Message:
-----------
dot2texi: use texlive.mktexlsr in post-activate/post-deactivate

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

Modified: trunk/dports/tex/dot2texi/Portfile
===================================================================
--- trunk/dports/tex/dot2texi/Portfile	2012-01-23 22:28:04 UTC (rev 89294)
+++ trunk/dports/tex/dot2texi/Portfile	2012-01-23 23:52:01 UTC (rev 89295)
@@ -55,5 +55,9 @@
 }
 
 post-activate {
-    system "texhash"
+    texlive.mktexlsr
 }
+
+post-deactivate {
+    texlive.mktexlsr
+}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120123/9b86b1a7/attachment.html>


More information about the macports-changes mailing list