[21080] trunk/dports/math/LiE/Portfile
source_changes at macosforge.org
source_changes at macosforge.org
Sat Dec 30 19:44:10 PST 2006
Revision: 21080
http://trac.macosforge.org/projects/macports/changeset/21080
Author: gwright at macports.org
Date: 2006-12-30 19:44:10 -0800 (Sat, 30 Dec 2006)
Log Message:
-----------
Install a missing file. Thanks to Martin Cederwall for pointing out
the bug.
Modified Paths:
--------------
trunk/dports/math/LiE/Portfile
Modified: trunk/dports/math/LiE/Portfile
===================================================================
--- trunk/dports/math/LiE/Portfile 2006-12-30 20:32:50 UTC (rev 21079)
+++ trunk/dports/math/LiE/Portfile 2006-12-31 03:44:10 UTC (rev 21080)
@@ -3,7 +3,7 @@
PortSystem 1.0
name LiE
version 2.2.2
-revision 1
+revision 2
categories math
maintainers gwright at macports.org
description A computer algebra program for Lie group calculations
@@ -30,6 +30,8 @@
use_configure no
+build.target all script INFO.a
+
destroot { set liedestlib ${destroot}${prefix}/lib/${name}-${version}
file mkdir ${liedestlib}
file copy ${worksrcpath}/Lie.exe ${liedestlib}
@@ -38,6 +40,7 @@
file copy ${worksrcpath}/INFO.2 ${liedestlib}
file copy ${worksrcpath}/INFO.3 ${liedestlib}
file copy ${worksrcpath}/INFO.4 ${liedestlib}
+ file copy ${worksrcpath}/INFO.a ${liedestlib}
file copy ${worksrcpath}/INFO.ind ${liedestlib}
file copy ${worksrcpath}/LEARN ${liedestlib}
file copy ${worksrcpath}/LEARN.ind ${liedestlib}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20061230/3b9958ad/attachment.html
More information about the macports-changes
mailing list