[74523] trunk/dports/audio/soundtouch/Portfile

elelay at macports.org elelay at macports.org
Mon Dec 20 02:16:46 PST 2010


Revision: 74523
          http://trac.macports.org/changeset/74523
Author:   elelay at macports.org
Date:     2010-12-20 02:16:41 -0800 (Mon, 20 Dec 2010)
Log Message:
-----------
prefer the "file delete" tcl extension

Modified Paths:
--------------
    trunk/dports/audio/soundtouch/Portfile

Modified: trunk/dports/audio/soundtouch/Portfile
===================================================================
--- trunk/dports/audio/soundtouch/Portfile	2010-12-20 09:07:52 UTC (rev 74522)
+++ trunk/dports/audio/soundtouch/Portfile	2010-12-20 10:16:41 UTC (rev 74523)
@@ -31,7 +31,7 @@
 
 # remove bad symlinks to /usr/share/aclocal, see #27533
 post-patch {
-    eval [list exec rm] [glob ${worksrcpath}/config/m4/*.m4]
+    eval file delete [glob ${worksrcpath}/config/m4/*.m4]
 }
 
 configure.args      --enable-shared --disable-static
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20101220/611acd9d/attachment.html>


More information about the macports-changes mailing list