--- 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}
}
}