[20659] trunk/dports/math/LiE/Portfile

source_changes at macosforge.org source_changes at macosforge.org
Tue Nov 14 15:11:50 PST 2006


Revision: 20659
          http://trac.macosforge.org/projects/macports/changeset/20659
Author:   gwright at macports.org
Date:     2006-11-14 15:11:50 -0800 (Tue, 14 Nov 2006)

Log Message:
-----------
Change the name of the exectuable script from lie_script to lie, since that's
what cadabra wants.

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

Modified: trunk/dports/math/LiE/Portfile
===================================================================
--- trunk/dports/math/LiE/Portfile	2006-11-14 23:06:21 UTC (rev 20658)
+++ trunk/dports/math/LiE/Portfile	2006-11-14 23:11:50 UTC (rev 20659)
@@ -3,6 +3,7 @@
 PortSystem 1.0
 name		LiE
 version		2.2.2
+revision	1
 categories	math
 maintainers	gwright at macports.org
 description	A computer algebra program for Lie group calculations
@@ -43,9 +44,9 @@
 
                   set liedestbin ${destroot}${prefix}/bin
 		  file mkdir ${liedestbin}
-		  file copy ${worksrcpath}/lie_script ${liedestbin}
+		  file copy ${worksrcpath}/lie_script ${liedestbin}/lie
 
-		  reinplace "s|actual directory gets substituted here|${prefix}/lib/${name}-${version}|" ${liedestbin}/lie_script
-		  system "chmod +x ${liedestbin}/lie_script"
+		  reinplace "s|actual directory gets substituted here|${prefix}/lib/${name}-${version}|" ${liedestbin}/lie
+		  system "chmod +x ${liedestbin}/lie"
 		}
 

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20061114/9cb13dca/attachment.html


More information about the macports-changes mailing list