[128728] trunk/dports/python/py-freebase/Portfile

larryv at macports.org larryv at macports.org
Thu Nov 27 00:52:03 PST 2014


Revision: 128728
          https://trac.macports.org/changeset/128728
Author:   larryv at macports.org
Date:     2014-11-27 00:52:03 -0800 (Thu, 27 Nov 2014)
Log Message:
-----------
py-freebase: Replace "eval file copy" with "copy {*}"

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

Modified: trunk/dports/python/py-freebase/Portfile
===================================================================
--- trunk/dports/python/py-freebase/Portfile	2014-11-27 08:51:59 UTC (rev 128727)
+++ trunk/dports/python/py-freebase/Portfile	2014-11-27 08:52:03 UTC (rev 128728)
@@ -39,7 +39,7 @@
                 ${destroot}${prefix}/share/examples/${subport}
         xinstall -m 644 -W ${worksrcpath} COPYRIGHT README \
                 ${destroot}${prefix}/share/doc/${subport}
-        eval file copy [glob ${worksrcpath}/examples/*] \
+        copy {*}[glob ${worksrcpath}/examples/*] \
                 ${destroot}${prefix}/share/examples/${subport}
    }
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20141127/66a6a99c/attachment.html>


More information about the macports-changes mailing list