[136552] trunk/dports/archivers/zoo/Portfile

ryandesign at macports.org ryandesign at macports.org
Thu May 21 12:14:29 PDT 2015


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

Modified Paths:
--------------
    trunk/dports/archivers/zoo/Portfile

Modified: trunk/dports/archivers/zoo/Portfile
===================================================================
--- trunk/dports/archivers/zoo/Portfile	2015-05-21 19:13:27 UTC (rev 136551)
+++ trunk/dports/archivers/zoo/Portfile	2015-05-21 19:14:29 UTC (rev 136552)
@@ -45,7 +45,7 @@
 post-destroot {
     xinstall ${worksrcpath}/fiz ${destroot}${prefix}/bin
 
-    eval xinstall -m 0444 [glob ${worksrcpath}/*.1] ${destroot}${prefix}/share/man/man1
+    xinstall -m 0444 {*}[glob ${worksrcpath}/*.1] ${destroot}${prefix}/share/man/man1
 
     set docdir ${prefix}/share/doc/${name}
     xinstall -d ${destroot}${docdir}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150521/dda3a144/attachment.html>


More information about the macports-changes mailing list