[134934] trunk/dports/devel/codesearch/Portfile

ryandesign at macports.org ryandesign at macports.org
Fri Apr 10 22:01:10 PDT 2015


Revision: 134934
          https://trac.macports.org/changeset/134934
Author:   ryandesign at macports.org
Date:     2015-04-10 22:01:10 -0700 (Fri, 10 Apr 2015)
Log Message:
-----------
codesearch: use expand operator instead of eval

Modified Paths:
--------------
    trunk/dports/devel/codesearch/Portfile

Modified: trunk/dports/devel/codesearch/Portfile
===================================================================
--- trunk/dports/devel/codesearch/Portfile	2015-04-11 04:17:15 UTC (rev 134933)
+++ trunk/dports/devel/codesearch/Portfile	2015-04-11 05:01:10 UTC (rev 134934)
@@ -48,7 +48,7 @@
 }
 
 destroot {
-    eval xinstall -W ${worksrcpath} ${progs} ${destroot}${prefix}/bin
+    xinstall -W ${worksrcpath} {*}${progs} ${destroot}${prefix}/bin
 
     xinstall -d ${destroot}${prefix}/share/doc/${name}
     xinstall -m 644 ${worksrcpath}/LICENSE \
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150410/2fcefb9f/attachment.html>


More information about the macports-changes mailing list