[134848] trunk/dports/gnome/gtk2/Portfile

devans at macports.org devans at macports.org
Wed Apr 8 11:10:03 PDT 2015


Revision: 134848
          https://trac.macports.org/changeset/134848
Author:   devans at macports.org
Date:     2015-04-08 11:10:03 -0700 (Wed, 08 Apr 2015)
Log Message:
-----------
gtk2: use {*} instead of eval.

Modified Paths:
--------------
    trunk/dports/gnome/gtk2/Portfile

Modified: trunk/dports/gnome/gtk2/Portfile
===================================================================
--- trunk/dports/gnome/gtk2/Portfile	2015-04-08 18:08:59 UTC (rev 134847)
+++ trunk/dports/gnome/gtk2/Portfile	2015-04-08 18:10:03 UTC (rev 134848)
@@ -212,8 +212,8 @@
         if {${os.arch} eq "i386"} {
             set host i686
         }
-        eval reinplace s/@host@/${host}-apple-darwin${os.version}/ \
-            [glob -directory ${worksrcpath} *.pc.in]
+        reinplace s/@host@/${host}-apple-darwin${os.version}/ \
+            {*}[glob -directory ${worksrcpath} *.pc.in]
     }
 }
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150408/fe274326/attachment.html>


More information about the macports-changes mailing list