[136558] trunk/dports/lang/squirrel/Portfile

ryandesign at macports.org ryandesign at macports.org
Thu May 21 12:53:14 PDT 2015


Revision: 136558
          https://trac.macports.org/changeset/136558
Author:   ryandesign at macports.org
Date:     2015-05-21 12:53:14 -0700 (Thu, 21 May 2015)
Log Message:
-----------
squirrel: use expand operator instead of eval

Modified Paths:
--------------
    trunk/dports/lang/squirrel/Portfile

Modified: trunk/dports/lang/squirrel/Portfile
===================================================================
--- trunk/dports/lang/squirrel/Portfile	2015-05-21 19:50:03 UTC (rev 136557)
+++ trunk/dports/lang/squirrel/Portfile	2015-05-21 19:53:14 UTC (rev 136558)
@@ -55,7 +55,7 @@
     copy ${worksrcpath}/samples ${destroot}${prefix}/share/doc/${name}/examples
     xinstall -m 644 -W ${worksrcpath}/lib libsqstdlib.a libsquirrel.a \
         ${destroot}${prefix}/lib
-    eval xinstall -m 644 [glob ${worksrcpath}/include/*.h] \
+    xinstall -m 644 {*}[glob ${worksrcpath}/include/*.h] \
         ${destroot}${prefix}/include
 }
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150521/d25c5a0b/attachment.html>


More information about the macports-changes mailing list