[136572] trunk/dports/math/ploticus/Portfile

ryandesign at macports.org ryandesign at macports.org
Thu May 21 19:46:44 PDT 2015


Revision: 136572
          https://trac.macports.org/changeset/136572
Author:   ryandesign at macports.org
Date:     2015-05-21 19:46:43 -0700 (Thu, 21 May 2015)
Log Message:
-----------
ploticus: use expand operator instead of eval

Modified Paths:
--------------
    trunk/dports/math/ploticus/Portfile

Modified: trunk/dports/math/ploticus/Portfile
===================================================================
--- trunk/dports/math/ploticus/Portfile	2015-05-22 02:14:22 UTC (rev 136571)
+++ trunk/dports/math/ploticus/Portfile	2015-05-22 02:46:43 UTC (rev 136572)
@@ -47,5 +47,5 @@
 post-destroot {
     xinstall -m 444 ${worksrcpath}/man/man1/pl.1 ${destroot}${prefix}/share/man/man1/ploticus.1
     xinstall -d ${destroot}${prefix}/share/${name}
-    eval xinstall -m 444 [glob ${worksrcpath}/prefabs/*] ${destroot}${prefix}/share/${name}
+    xinstall -m 444 {*}[glob ${worksrcpath}/prefabs/*] ${destroot}${prefix}/share/${name}
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150521/f289e5e6/attachment-0001.html>


More information about the macports-changes mailing list