[138611] trunk/dports/devel/tbb/Portfile

ryandesign at macports.org ryandesign at macports.org
Mon Jul 13 19:49:18 PDT 2015


Revision: 138611
          https://trac.macports.org/changeset/138611
Author:   ryandesign at macports.org
Date:     2015-07-13 19:49:18 -0700 (Mon, 13 Jul 2015)
Log Message:
-----------
tbb: use expand operator instead of eval (#48347)

Modified Paths:
--------------
    trunk/dports/devel/tbb/Portfile

Modified: trunk/dports/devel/tbb/Portfile
===================================================================
--- trunk/dports/devel/tbb/Portfile	2015-07-14 02:29:35 UTC (rev 138610)
+++ trunk/dports/devel/tbb/Portfile	2015-07-14 02:49:18 UTC (rev 138611)
@@ -85,8 +85,8 @@
         ${destroot.dir}/tbbvars.sh ${destroot.dir}/tbbvars.csh
 
     # copy lib, include & bin
-    eval copy [glob ${destroot.dir}/lib*.dylib] ${destroot}${prefix}/lib
-    eval copy [glob ${destroot.dir}/tbbvars.*sh] ${destroot}${prefix}/bin
+    copy {*}[glob ${destroot.dir}/lib*.dylib] ${destroot}${prefix}/lib
+    copy {*}[glob ${destroot.dir}/tbbvars.*sh] ${destroot}${prefix}/bin
     copy ${worksrcpath}/include/tbb ${destroot}${prefix}/include/tbb
 
     # copy examples & docs
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150713/78003c9d/attachment.html>


More information about the macports-changes mailing list