[78226] trunk/dports/net/vnstat/Portfile

ryandesign at macports.org ryandesign at macports.org
Thu Apr 28 19:08:49 PDT 2011


Revision: 78226
          http://trac.macports.org/changeset/78226
Author:   ryandesign at macports.org
Date:     2011-04-28 19:08:49 -0700 (Thu, 28 Apr 2011)
Log Message:
-----------
vnstat: fix 'extra characters after close-brace' error on Tcl 8.4 (i.e. Tiger)

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

Modified: trunk/dports/net/vnstat/Portfile
===================================================================
--- trunk/dports/net/vnstat/Portfile	2011-04-29 02:06:39 UTC (rev 78225)
+++ trunk/dports/net/vnstat/Portfile	2011-04-29 02:08:49 UTC (rev 78226)
@@ -46,6 +46,6 @@
         CHANGES COPYING FAQ INSTALL INSTALL_BSD README \
         ${destroot}${prefix}/share/doc/${name}
 
-    file copy {*}[glob ${worksrcpath}/examples/*] ${destroot}${prefix}/share/examples/${name}
+    eval file copy [glob ${worksrcpath}/examples/*] ${destroot}${prefix}/share/examples/${name}
 }
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110428/bdac5676/attachment.html>


More information about the macports-changes mailing list