[134845] trunk/dports/gnome/gnome-turtle/Portfile

devans at macports.org devans at macports.org
Wed Apr 8 11:05:01 PDT 2015


Revision: 134845
          https://trac.macports.org/changeset/134845
Author:   devans at macports.org
Date:     2015-04-08 11:05:00 -0700 (Wed, 08 Apr 2015)
Log Message:
-----------
gnome-turtle: use {*} instead of eval.

Modified Paths:
--------------
    trunk/dports/gnome/gnome-turtle/Portfile

Modified: trunk/dports/gnome/gnome-turtle/Portfile
===================================================================
--- trunk/dports/gnome/gnome-turtle/Portfile	2015-04-08 17:28:13 UTC (rev 134844)
+++ trunk/dports/gnome/gnome-turtle/Portfile	2015-04-08 18:05:00 UTC (rev 134845)
@@ -50,7 +50,7 @@
     xinstall -m 644 -W ${worksrcpath} AUTHORS COPYING README TODO \
         ${destroot}${prefix}/share/doc/${name}
 
-    eval xinstall -m 644 [glob ${worksrcpath}/examples/*] \
+    xinstall -m 644 {*}[glob ${worksrcpath}/examples/*] \
         ${destroot}${prefix}/share/doc/${name}/examples
 }
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150408/c07b4982/attachment.html>


More information about the macports-changes mailing list