[134891] trunk/dports/science/cantera/Portfile

ryandesign at macports.org ryandesign at macports.org
Thu Apr 9 21:39:14 PDT 2015


Revision: 134891
          https://trac.macports.org/changeset/134891
Author:   ryandesign at macports.org
Date:     2015-04-09 21:39:14 -0700 (Thu, 09 Apr 2015)
Log Message:
-----------
cantera: use expand operator instead of eval

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

Modified: trunk/dports/science/cantera/Portfile
===================================================================
--- trunk/dports/science/cantera/Portfile	2015-04-10 03:04:49 UTC (rev 134890)
+++ trunk/dports/science/cantera/Portfile	2015-04-10 04:39:14 UTC (rev 134891)
@@ -42,7 +42,7 @@
                         stage_dir=${destroot}
 
 destroot {
-    eval move [glob ${destroot}${prefix}/man/man1/*] ${destroot}${prefix}/share/man/man1/
+    move {*}[glob ${destroot}${prefix}/man/man1/*] ${destroot}${prefix}/share/man/man1/
 }
 
 notes "
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150409/ecb728ab/attachment-0001.html>


More information about the macports-changes mailing list