[138961] trunk/dports/devel/libsdl/Portfile
jmr at macports.org
jmr at macports.org
Fri Jul 24 21:56:46 PDT 2015
Revision: 138961
https://trac.macports.org/changeset/138961
Author: jmr at macports.org
Date: 2015-07-24 21:56:45 -0700 (Fri, 24 Jul 2015)
Log Message:
-----------
libsdl: use {*} instead of eval
Modified Paths:
--------------
trunk/dports/devel/libsdl/Portfile
Modified: trunk/dports/devel/libsdl/Portfile
===================================================================
--- trunk/dports/devel/libsdl/Portfile 2015-07-25 04:54:54 UTC (rev 138960)
+++ trunk/dports/devel/libsdl/Portfile 2015-07-25 04:56:45 UTC (rev 138961)
@@ -77,7 +77,7 @@
foreach {dir} {html images} {
xinstall -d ${destroot}${docdir}/html/${dir}
- eval xinstall -m 0644 [glob ${worksrcpath}/docs/${dir}/*] ${destroot}${docdir}/html/${dir}
+ xinstall -m 0644 {*}[glob ${worksrcpath}/docs/${dir}/*] ${destroot}${docdir}/html/${dir}
}
}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150724/bf2e5119/attachment.html>
More information about the macports-changes
mailing list