Revision
138961
Author
jmr@macports.org
Date
2015-07-24 21:56:45 -0700 (Fri, 24 Jul 2015)

Log Message

libsdl: use {*} instead of eval

Modified Paths

Diff

Modified: trunk/dports/devel/libsdl/Portfile (138960 => 138961)


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