[136551] trunk/dports/devel/libcryptopp/Portfile

ryandesign at macports.org ryandesign at macports.org
Thu May 21 12:13:27 PDT 2015


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

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

Modified: trunk/dports/devel/libcryptopp/Portfile
===================================================================
--- trunk/dports/devel/libcryptopp/Portfile	2015-05-21 18:16:09 UTC (rev 136550)
+++ trunk/dports/devel/libcryptopp/Portfile	2015-05-21 19:13:27 UTC (rev 136551)
@@ -47,7 +47,7 @@
     xinstall -m 644 ${worksrcpath}/libcryptopp.a \
         ${worksrcpath}/libcryptopp.so \
         ${destroot}${prefix}/lib
-    eval xinstall -m 644 [glob ${worksrcpath}/*.h] \
+    xinstall -m 644 {*}[glob ${worksrcpath}/*.h] \
         ${destroot}${prefix}/include/cryptopp/
     xinstall -m 644 -W ${worksrcpath} Readme.txt License.txt \
         ${destroot}${prefix}/share/doc/${name}/
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150521/1addeac1/attachment.html>


More information about the macports-changes mailing list