[63516] trunk/dports/math/cadabra/Portfile

gwright at macports.org gwright at macports.org
Sat Feb 6 15:05:45 PST 2010


Revision: 63516
          http://trac.macports.org/changeset/63516
Author:   gwright at macports.org
Date:     2010-02-06 15:05:43 -0800 (Sat, 06 Feb 2010)
Log Message:
-----------
Run texhash after installation in all cases, not just when the
+texmacs variant is specified.  Bump revision.  Thanks to Kasper
Peeters for pointing this out.

Modified Paths:
--------------
    trunk/dports/math/cadabra/Portfile

Modified: trunk/dports/math/cadabra/Portfile
===================================================================
--- trunk/dports/math/cadabra/Portfile	2010-02-06 22:48:59 UTC (rev 63515)
+++ trunk/dports/math/cadabra/Portfile	2010-02-06 23:05:43 UTC (rev 63516)
@@ -4,6 +4,7 @@
 
 name		cadabra
 version		1.20
+revision	1
 categories	math
 platforms	darwin
 maintainers	gwright
@@ -62,8 +63,6 @@
 		}
 
 post-activate	{
-		  if {[variant_isset texmacs]} {
-			system "${prefix}/bin/texhash"
-		  }
+		  system "${prefix}/bin/texhash"
 		}
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100206/0fc93402/attachment.html>


More information about the macports-changes mailing list