[128757] trunk/dports/python/py-graphy/Portfile

larryv at macports.org larryv at macports.org
Thu Nov 27 00:54:15 PST 2014


Revision: 128757
          https://trac.macports.org/changeset/128757
Author:   larryv at macports.org
Date:     2014-11-27 00:54:14 -0800 (Thu, 27 Nov 2014)
Log Message:
-----------
py-graphy: Use Tcl arg expansion instead of eval

Modified Paths:
--------------
    trunk/dports/python/py-graphy/Portfile

Modified: trunk/dports/python/py-graphy/Portfile
===================================================================
--- trunk/dports/python/py-graphy/Portfile	2014-11-27 08:54:09 UTC (rev 128756)
+++ trunk/dports/python/py-graphy/Portfile	2014-11-27 08:54:14 UTC (rev 128757)
@@ -37,6 +37,6 @@
 
         move ${worksrcpath}/${real_name} ${destroot}${python.pkgd}/${real_name}
         xinstall ${worksrcpath}/README ${docdir}
-        eval xinstall [glob ${worksrcpath}/examples/*.py] ${docdir}/examples
+        xinstall {*}[glob ${worksrcpath}/examples/*.py] ${docdir}/examples
     }
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20141127/ae83105d/attachment.html>


More information about the macports-changes mailing list