[151739] trunk/dports/python/py-workerpool/Portfile

ryandesign at macports.org ryandesign at macports.org
Sun Aug 21 10:53:18 PDT 2016


Revision: 151739
          https://trac.macports.org/changeset/151739
Author:   ryandesign at macports.org
Date:     2016-08-21 10:53:18 -0700 (Sun, 21 Aug 2016)
Log Message:
-----------
py-workerpool: use expansion operator instead of eval

Modified Paths:
--------------
    trunk/dports/python/py-workerpool/Portfile

Modified: trunk/dports/python/py-workerpool/Portfile
===================================================================
--- trunk/dports/python/py-workerpool/Portfile	2016-08-21 17:52:46 UTC (rev 151738)
+++ trunk/dports/python/py-workerpool/Portfile	2016-08-21 17:53:18 UTC (rev 151739)
@@ -42,7 +42,7 @@
     post-destroot {
         xinstall -W ${worksrcpath} -m 644 CHANGES LICENSE README \
             ${destroot}${prefix}/share/doc/${subport}
-        eval copy [glob ${worksrcpath}/samples/*] \
+        copy {*}[glob ${worksrcpath}/samples/*] \
             ${destroot}${prefix}/share/doc/${subport}/examples
     }
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160821/c15c3705/attachment.html>


More information about the macports-changes mailing list