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

ryandesign at macports.org ryandesign at macports.org
Sun Nov 8 16:58:41 PST 2009


Revision: 60323
          http://trac.macports.org/changeset/60323
Author:   ryandesign at macports.org
Date:     2009-11-08 16:58:41 -0800 (Sun, 08 Nov 2009)
Log Message:
-----------
Io: don't hardcode /opt/local

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

Modified: trunk/dports/lang/Io/Portfile
===================================================================
--- trunk/dports/lang/Io/Portfile	2009-11-09 00:53:38 UTC (rev 60322)
+++ trunk/dports/lang/Io/Portfile	2009-11-09 00:58:41 UTC (rev 60323)
@@ -30,8 +30,8 @@
 build.dir       ${worksrcpath}/extras/osxvm
 
 destroot {
-    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"
+    system "cd ${worksrcpath} && make install INSTALL_PREFIX=${destroot}${prefix}"
+    system "cd ${worksrcpath} && make addons INSTALL_PREFIX=${destroot}${prefix}"
+    system "cd ${worksrcpath} && make install INSTALL_PREFIX=${destroot}${prefix}"
 }
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20091108/7536a7d2/attachment-0001.html>


More information about the macports-changes mailing list