[121794] trunk/dports/science/swarm/Portfile

ryandesign at macports.org ryandesign at macports.org
Mon Jul 7 19:49:46 PDT 2014


Revision: 121794
          https://trac.macports.org/changeset/121794
Author:   ryandesign at macports.org
Date:     2014-07-07 19:49:46 -0700 (Mon, 07 Jul 2014)
Log Message:
-----------
swarm: use `delete` instead of `file delete -force`

Modified Paths:
--------------
    trunk/dports/science/swarm/Portfile

Modified: trunk/dports/science/swarm/Portfile
===================================================================
--- trunk/dports/science/swarm/Portfile	2014-07-08 02:27:37 UTC (rev 121793)
+++ trunk/dports/science/swarm/Portfile	2014-07-08 02:49:46 UTC (rev 121794)
@@ -75,6 +75,6 @@
 build.env           LANG=C
 
 post-destroot {
-    # http://trac.macports.org/ticket/34232
-    file delete -force ${destroot}${prefix}/include
+    # https://trac.macports.org/ticket/34232
+    delete ${destroot}${prefix}/include
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140707/3228f9b0/attachment-0001.html>


More information about the macports-changes mailing list