[136555] trunk/dports/science/vbpp/Portfile

ryandesign at macports.org ryandesign at macports.org
Thu May 21 12:42:52 PDT 2015


Revision: 136555
          https://trac.macports.org/changeset/136555
Author:   ryandesign at macports.org
Date:     2015-05-21 12:42:52 -0700 (Thu, 21 May 2015)
Log Message:
-----------
vbpp: use expand operator instead of eval

Modified Paths:
--------------
    trunk/dports/science/vbpp/Portfile

Modified: trunk/dports/science/vbpp/Portfile
===================================================================
--- trunk/dports/science/vbpp/Portfile	2015-05-21 19:41:05 UTC (rev 136554)
+++ trunk/dports/science/vbpp/Portfile	2015-05-21 19:42:52 UTC (rev 136555)
@@ -27,6 +27,6 @@
 
     xinstall -m 444 -W ${worksrcpath} AUTHORS COPYING NEWS README ChangeLog \
         ${destroot}${prefix}/share/doc/${name}
-    eval xinstall -m 444 [glob ${worksrcpath}/EXAMPLES/*] \
+    xinstall -m 444 {*}[glob ${worksrcpath}/EXAMPLES/*] \
         ${destroot}${prefix}/share/examples/${name}
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150521/376908d3/attachment.html>


More information about the macports-changes mailing list