[137844] trunk/dports/graphics/MyPaint/Portfile

ryandesign at macports.org ryandesign at macports.org
Sun Jun 21 08:31:29 PDT 2015


Revision: 137844
          https://trac.macports.org/changeset/137844
Author:   ryandesign at macports.org
Date:     2015-06-21 08:31:29 -0700 (Sun, 21 Jun 2015)
Log Message:
-----------
MyPaint: use expand operator instead of eval

Modified Paths:
--------------
    trunk/dports/graphics/MyPaint/Portfile

Modified: trunk/dports/graphics/MyPaint/Portfile
===================================================================
--- trunk/dports/graphics/MyPaint/Portfile	2015-06-21 14:10:23 UTC (rev 137843)
+++ trunk/dports/graphics/MyPaint/Portfile	2015-06-21 15:31:29 UTC (rev 137844)
@@ -45,9 +45,9 @@
                             CXX="${configure.cxx} [get_canonical_archflags cxx]" \
                             PKG_CONFIG_PATH="${frameworks_dir}/Python.framework/Versions/2.7/lib/pkgconfig"
 
-eval destroot.args          ${build.args} \
+destroot.args               {*}${build.args} \
                             prefix=${prefix}
-eval destroot.env           ${build.env}
+destroot.env                {*}${build.env}
 # Setting --install-sandbox to an absolute path to a subdirectory of ${worksrcpath}
 # is supposed to work, but doesn't; see https://gna.org/bugs/?20399
 #destroot.destdir            --install-sandbox=${worksrcpath}/destroot
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150621/b8e897dd/attachment.html>


More information about the macports-changes mailing list