[144130] trunk/dports/python/py-keyring/Portfile

khindenburg at macports.org khindenburg at macports.org
Sat Jan 2 10:15:41 PST 2016


Revision: 144130
          https://trac.macports.org/changeset/144130
Author:   khindenburg at macports.org
Date:     2016-01-02 10:15:41 -0800 (Sat, 02 Jan 2016)
Log Message:
-----------
py-keyring: change eval to {*}

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

Modified: trunk/dports/python/py-keyring/Portfile
===================================================================
--- 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}
     }
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160102/e29c9c4b/attachment.html>


More information about the macports-changes mailing list