Revision
144130
Author
khindenburg@macports.org
Date
2016-01-02 10:15:41 -0800 (Sat, 02 Jan 2016)

Log Message

py-keyring: change eval to {*}

Modified Paths

Diff

Modified: trunk/dports/python/py-keyring/Portfile (144129 => 144130)


--- trunk/dports/python/py-keyring/Portfile	2016-01-02 18:08:38 UTC (rev 144129)
+++ trunk/dports/python/py-keyring/Portfile	2016-01-02 18:15:41 UTC (rev 144130)
@@ -31,7 +31,7 @@
                           ${destroot}${prefix}/share/examples/${subport}
         xinstall -m 644 -W ${worksrcpath} CONTRIBUTORS.txt CHANGES.rst README.rst \
             ${destroot}${prefix}/share/doc/${subport}
-        eval file copy [glob ${worksrcpath}/demo/*] \
+        file copy {*}[glob ${worksrcpath}/demo/*] \
             ${destroot}${prefix}/share/examples/${subport}
     }