[130302] trunk/dports/python/py-celementtree/Portfile

larryv at macports.org larryv at macports.org
Mon Dec 29 17:21:29 PST 2014


Revision: 130302
          https://trac.macports.org/changeset/130302
Author:   larryv at macports.org
Date:     2014-12-29 17:21:29 -0800 (Mon, 29 Dec 2014)
Log Message:
-----------
py-celementtree: Use arg expansion instead of eval

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

Modified: trunk/dports/python/py-celementtree/Portfile
===================================================================
--- trunk/dports/python/py-celementtree/Portfile	2014-12-30 01:21:27 UTC (rev 130301)
+++ trunk/dports/python/py-celementtree/Portfile	2014-12-30 01:21:29 UTC (rev 130302)
@@ -36,7 +36,7 @@
         xinstall -m 644 -W ${worksrcpath} CHANGES README \
             ${destroot}${prefix}/share/doc/${subport}
         xinstall -m 755 -d ${destroot}${prefix}/share/examples/${subport}
-        eval xinstall -m 644 [glob ${worksrcpath}/samples/*] \
+        xinstall -m 644 {*}[glob ${worksrcpath}/samples/*] \
             ${destroot}${prefix}/share/examples/${subport}
     }
     livecheck.type      none
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20141229/07d62d35/attachment-0001.html>


More information about the macports-changes mailing list