[135010] trunk/dports/python/py-pytidylib/Portfile

ryandesign at macports.org ryandesign at macports.org
Mon Apr 13 00:33:56 PDT 2015


Revision: 135010
          https://trac.macports.org/changeset/135010
Author:   ryandesign at macports.org
Date:     2015-04-13 00:33:56 -0700 (Mon, 13 Apr 2015)
Log Message:
-----------
py-pytidylib: use expand operator instead of eval

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

Modified: trunk/dports/python/py-pytidylib/Portfile
===================================================================
--- trunk/dports/python/py-pytidylib/Portfile	2015-04-13 04:17:35 UTC (rev 135009)
+++ trunk/dports/python/py-pytidylib/Portfile	2015-04-13 07:33:56 UTC (rev 135010)
@@ -38,7 +38,7 @@
        xinstall -m 755 -d ${destroot}${prefix}/share/doc/${subport}
        xinstall -m 644 -W ${worksrcpath} LICENSE README \
           ${destroot}${prefix}/share/doc/${subport}
-       eval file copy [glob ${worksrcpath}/docs/*] \
+       copy {*}[glob ${worksrcpath}/docs/*] \
           ${destroot}${prefix}/share/doc/${subport}
     }
     livecheck.type      none
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150413/0cede680/attachment.html>


More information about the macports-changes mailing list