[103992] users/larryv/dports/lang/rust/Portfile

larryv at macports.org larryv at macports.org
Tue Mar 12 02:28:10 PDT 2013


Revision: 103992
          https://trac.macports.org/changeset/103992
Author:   larryv at macports.org
Date:     2013-03-12 02:28:10 -0700 (Tue, 12 Mar 2013)
Log Message:
-----------
[sandbox] rust: Forgot that delete can take multiple args.

Modified Paths:
--------------
    users/larryv/dports/lang/rust/Portfile

Modified: users/larryv/dports/lang/rust/Portfile
===================================================================
--- users/larryv/dports/lang/rust/Portfile	2013-03-12 09:26:56 UTC (rev 103991)
+++ users/larryv/dports/lang/rust/Portfile	2013-03-12 09:28:10 UTC (rev 103992)
@@ -127,10 +127,10 @@
     # Remove zero-byte libraries until
     # https://github.com/mozilla/rust/issues/4468 is resolved, possibly
     # in the 0.6 release.
-    delete ${destroot}${prefix}/lib/libcargo.dylib
-    delete ${destroot}${prefix}/lib/librustc.dylib
-    delete ${destroot}${prefix}/lib/librustdoc.dylib
-    delete ${destroot}${prefix}/lib/librusti.dylib
+    delete ${destroot}${prefix}/lib/libcargo.dylib \
+        ${destroot}${prefix}/lib/librustc.dylib \
+        ${destroot}${prefix}/lib/librustdoc.dylib \
+        ${destroot}${prefix}/lib/librusti.dylib
 }
 
 livecheck.type      regex
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130312/343eda33/attachment.html>


More information about the macports-changes mailing list