[60284] trunk/dports/lang/Io/Portfile

brett at macports.org brett at macports.org
Sat Nov 7 21:55:24 PST 2009


Revision: 60284
          http://trac.macports.org/changeset/60284
Author:   brett at macports.org
Date:     2009-11-07 21:55:24 -0800 (Sat, 07 Nov 2009)
Log Message:
-----------
fix io install

Modified Paths:
--------------
    trunk/dports/lang/Io/Portfile

Modified: trunk/dports/lang/Io/Portfile
===================================================================
--- trunk/dports/lang/Io/Portfile	2009-11-08 05:53:59 UTC (rev 60283)
+++ trunk/dports/lang/Io/Portfile	2009-11-08 05:55:24 UTC (rev 60284)
@@ -30,6 +30,8 @@
 build.dir       ${worksrcpath}/extras/osxvm
 
 destroot {
-    xinstall ${build.dir}/build/Deployment/osxvm ${destroot}${prefix}/bin
+    system "cd ${worksrcpath} && make install INSTALL_PREFIX=${destroot}/opt/local"
+    system "cd ${worksrcpath} && make addons INSTALL_PREFIX=${destroot}/opt/local"
+    system "cd ${worksrcpath} && make install INSTALL_PREFIX=${destroot}/opt/local"
 }
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20091107/58a564d6/attachment.html>


More information about the macports-changes mailing list