[136567] trunk/dports/textproc/tnef2txt/Portfile
ryandesign at macports.org
ryandesign at macports.org
Thu May 21 14:43:52 PDT 2015
Revision: 136567
https://trac.macports.org/changeset/136567
Author: ryandesign at macports.org
Date: 2015-05-21 14:43:52 -0700 (Thu, 21 May 2015)
Log Message:
-----------
tnef2txt: use expand operator instead of eval
Modified Paths:
--------------
trunk/dports/textproc/tnef2txt/Portfile
Modified: trunk/dports/textproc/tnef2txt/Portfile
===================================================================
--- trunk/dports/textproc/tnef2txt/Portfile 2015-05-21 21:40:24 UTC (rev 136566)
+++ trunk/dports/textproc/tnef2txt/Portfile 2015-05-21 21:43:52 UTC (rev 136567)
@@ -43,5 +43,5 @@
destroot {
xinstall ${worksrcpath}/${name} ${destroot}${prefix}/bin
xinstall -d ${destroot}${prefix}/share/doc/${name}
- eval xinstall -m 644 [glob ${worksrcpath}/apptnef.*] ${destroot}${prefix}/share/doc/${name}
+ xinstall -m 644 {*}[glob ${worksrcpath}/apptnef.*] ${destroot}${prefix}/share/doc/${name}
}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150521/f483a649/attachment.html>
More information about the macports-changes
mailing list