[136686] trunk/dports/textproc/grc/Portfile

ryandesign at macports.org ryandesign at macports.org
Sun May 24 01:59:24 PDT 2015


Revision: 136686
          https://trac.macports.org/changeset/136686
Author:   ryandesign at macports.org
Date:     2015-05-24 01:59:24 -0700 (Sun, 24 May 2015)
Log Message:
-----------
grc: supported_archs noarch; use expand operator instead of eval

Modified Paths:
--------------
    trunk/dports/textproc/grc/Portfile

Modified: trunk/dports/textproc/grc/Portfile
===================================================================
--- trunk/dports/textproc/grc/Portfile	2015-05-24 07:30:37 UTC (rev 136685)
+++ trunk/dports/textproc/grc/Portfile	2015-05-24 08:59:24 UTC (rev 136686)
@@ -9,6 +9,8 @@
 platforms       darwin
 license         GPL-2
 maintainers     nomaintainer
+supported_archs noarch
+
 description     Generic Colouriser for colourising logfiles and output of commands.
 
 long_description \
@@ -41,7 +43,7 @@
     xinstall -m 755 -W ${worksrcpath} \
         grc grcat ${destroot}${prefix}/bin
     xinstall -m 755 -d ${destroot}${prefix}/share/${name}
-    eval xinstall -m 644 [glob ${worksrcpath}/conf.*] \
+    xinstall -m 644 {*}[glob ${worksrcpath}/conf.*] \
         ${destroot}${prefix}/share/${name}
     xinstall -m 644 -W ${worksrcpath} \
         grc.conf ${destroot}${prefix}/etc
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150524/f68f0e3e/attachment.html>


More information about the macports-changes mailing list