[136554] trunk/dports/textproc/xmlto/Portfile
ryandesign at macports.org
ryandesign at macports.org
Thu May 21 12:41:05 PDT 2015
Revision: 136554
https://trac.macports.org/changeset/136554
Author: ryandesign at macports.org
Date: 2015-05-21 12:41:05 -0700 (Thu, 21 May 2015)
Log Message:
-----------
xmlto: use expand operator instead of eval
Modified Paths:
--------------
trunk/dports/textproc/xmlto/Portfile
Modified: trunk/dports/textproc/xmlto/Portfile
===================================================================
--- trunk/dports/textproc/xmlto/Portfile 2015-05-21 19:40:16 UTC (rev 136553)
+++ trunk/dports/textproc/xmlto/Portfile 2015-05-21 19:41:05 UTC (rev 136554)
@@ -64,7 +64,7 @@
xinstall -d ${destroot}${docdir}
xinstall -m 0644 -W ${worksrcpath} AUTHORS COPYING ChangeLog FAQ \
NEWS README ${destroot}${docdir}
- eval xinstall -m 0644 [glob ${worksrcpath}/doc/*] ${destroot}${docdir}
+ xinstall -m 0644 {*}[glob ${worksrcpath}/doc/*] ${destroot}${docdir}
}
livecheck.type regex
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150521/a35cb8e9/attachment.html>
More information about the macports-changes
mailing list