[136568] trunk/dports/lang/tclcl/Portfile

ryandesign at macports.org ryandesign at macports.org
Thu May 21 14:45:13 PDT 2015


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

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

Modified: trunk/dports/lang/tclcl/Portfile
===================================================================
--- trunk/dports/lang/tclcl/Portfile	2015-05-21 21:43:52 UTC (rev 136567)
+++ trunk/dports/lang/tclcl/Portfile	2015-05-21 21:45:13 UTC (rev 136568)
@@ -66,7 +66,7 @@
 }
 
 destroot		{
-                        eval xinstall -m 0644 [glob -directory ${worksrcpath} *.h] ${destroot}${prefix}/include
+                        xinstall -m 0644 {*}[glob -directory ${worksrcpath} *.h] ${destroot}${prefix}/include
                         xinstall -m 0755 ${worksrcpath}/tcl2c++ ${destroot}${prefix}/bin
                         xinstall -m 0644 ${worksrcpath}/libtclcl.a ${destroot}${prefix}/lib
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150521/8b7833bb/attachment.html>


More information about the macports-changes mailing list