[136566] trunk/dports/net/tsocks/Portfile

ryandesign at macports.org ryandesign at macports.org
Thu May 21 14:40:24 PDT 2015


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

Modified Paths:
--------------
    trunk/dports/net/tsocks/Portfile

Modified: trunk/dports/net/tsocks/Portfile
===================================================================
--- trunk/dports/net/tsocks/Portfile	2015-05-21 21:36:56 UTC (rev 136565)
+++ trunk/dports/net/tsocks/Portfile	2015-05-21 21:40:24 UTC (rev 136566)
@@ -53,7 +53,7 @@
     xinstall -m 644 ${worksrcpath}/tsocks.conf.simple.example ${destroot}${prefix}/etc/tsocks.conf.sample
     
     xinstall -m 755 -d ${destroot}${prefix}/share/examples/tsocks
-    eval xinstall -m 644 [glob ${worksrcpath}/*.example] ${destroot}${prefix}/share/examples/tsocks
+    xinstall -m 644 {*}[glob ${worksrcpath}/*.example] ${destroot}${prefix}/share/examples/tsocks
     
     xinstall -m 755 -d ${destroot}${prefix}/share/doc/tsocks
     xinstall -m 644 -W ${worksrcpath} COPYING ChangeLog FAQ INSTALL TODO ${destroot}${prefix}/share/doc/tsocks
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150521/e04120f6/attachment.html>


More information about the macports-changes mailing list