Revision: 74523 http://trac.macports.org/changeset/74523 Author: elelay@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
participants (1)
-
elelay@macports.org