[34719] trunk/dports/aqua/Shiira2/Portfile

jmr at macports.org jmr at macports.org
Mon Mar 3 12:06:45 PST 2008


Revision: 34719
          http://trac.macosforge.org/projects/macports/changeset/34719
Author:   jmr at macports.org
Date:     2008-03-03 12:06:44 -0800 (Mon, 03 Mar 2008)

Log Message:
-----------
Shiira2: use appropriate destroot args instead of overriding the phase entirely.

Modified Paths:
--------------
    trunk/dports/aqua/Shiira2/Portfile

Modified: trunk/dports/aqua/Shiira2/Portfile
===================================================================
--- trunk/dports/aqua/Shiira2/Portfile	2008-03-03 19:33:44 UTC (rev 34718)
+++ trunk/dports/aqua/Shiira2/Portfile	2008-03-03 20:06:44 UTC (rev 34719)
@@ -37,12 +37,8 @@
 build.target    -target Shiira
 build.args      build
 
-destroot    {
-    cd ${worksrcpath}
-    system "${build.cmd} install ${build.target}            \
-        INSTALL_PATH=/Applications/MacPorts                 \
-        INSTALL_MODE_FLAG=go-w,a+rX DSTROOT=${destroot}"
-}
+destroot.post_args ${build.target} INSTALL_PATH=/Applications/MacPorts \
+                   INSTALL_MODE_FLAG=go-w,a+rX DSTROOT=${destroot}
 
 platform darwin {
     if {${os.major} < 8} {

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080303/fcc0b639/attachment-0001.html 


More information about the macports-changes mailing list