[102703] trunk/dports/lang/sbcl/Portfile

larryv at macports.org larryv at macports.org
Thu Feb 7 00:54:51 PST 2013


Revision: 102703
          https://trac.macports.org/changeset/102703
Author:   larryv at macports.org
Date:     2013-02-07 00:54:51 -0800 (Thu, 07 Feb 2013)
Log Message:
-----------
sbcl: Use "system -W".

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

Modified: trunk/dports/lang/sbcl/Portfile
===================================================================
--- trunk/dports/lang/sbcl/Portfile	2013-02-07 08:50:27 UTC (rev 102702)
+++ trunk/dports/lang/sbcl/Portfile	2013-02-07 08:54:51 UTC (rev 102703)
@@ -76,7 +76,7 @@
 
 post-build {
     if {[variant_isset html] || [variant_isset pdf]} {
-        system "cd ${worksrcpath}/doc; INSTALL_ROOT=${destroot}${prefix} sh ${worksrcpath}/doc/make-doc.sh"
+        system -W ${worksrcpath}/doc "INSTALL_ROOT=${destroot}${prefix} sh ${worksrcpath}/doc/make-doc.sh"
     }
 }
 
@@ -109,7 +109,7 @@
 test.target     run-tests.sh
 
 destroot {
-    system "cd ${worksrcpath}; INSTALL_ROOT=${destroot}${prefix} sh ${worksrcpath}/install.sh"
+    system -W ${worksrcpath} "INSTALL_ROOT=${destroot}${prefix} sh ${worksrcpath}/install.sh"
 }
 
 livecheck.url   http://sourceforge.net/api/file/index/project-id/1373/rss?path=%2F${name}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130207/3402f6a2/attachment.html>


More information about the macports-changes mailing list