[130302] trunk/dports/python/py-celementtree/Portfile
Revision: 130302 https://trac.macports.org/changeset/130302 Author: larryv@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
participants (1)
-
larryv@macports.org