[49429] trunk/dports/python/py25-shogun/Portfile

raimue at macports.org raimue at macports.org
Thu Apr 9 11:52:56 PDT 2009


Revision: 49429
          http://trac.macports.org/changeset/49429
Author:   raimue at macports.org
Date:     2009-04-09 11:52:55 -0700 (Thu, 09 Apr 2009)
Log Message:
-----------
python/py25-shogun:
Maintainer update to fix a build error and remove empty variant.
Closes #19202

Modified Paths:
--------------
    trunk/dports/python/py25-shogun/Portfile

Modified: trunk/dports/python/py25-shogun/Portfile
===================================================================
--- trunk/dports/python/py25-shogun/Portfile	2009-04-09 16:27:48 UTC (rev 49428)
+++ trunk/dports/python/py25-shogun/Portfile	2009-04-09 18:52:55 UTC (rev 49429)
@@ -53,8 +53,6 @@
   configure.args-append --enable-cplex
 }
 
-variant python description {build the python interface} {
-}
 
 variant atlas description {use the fast atlas and lapack libraries} {
   depends_lib-append port:atlas
@@ -68,8 +66,8 @@
   depends_lib-append port:lp_solve
 }
 
-post-destroot {
-    reinplace s|@PREFIX@|${prefix}|g ${destroot}${prefix}/src/configure
+pre-configure {
+    reinplace s|@PREFIX@|${prefix}|g ${worksrcpath}/configure
 }
 
 post-clean {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090409/9dcb01c9/attachment-0001.html>


More information about the macports-changes mailing list