[136580] trunk/dports/graphics/pstoedit/Portfile
ryandesign at macports.org
ryandesign at macports.org
Thu May 21 20:35:25 PDT 2015
Revision: 136580
https://trac.macports.org/changeset/136580
Author: ryandesign at macports.org
Date: 2015-05-21 20:35:25 -0700 (Thu, 21 May 2015)
Log Message:
-----------
pstoedit: use expand operator instead of eval
Modified Paths:
--------------
trunk/dports/graphics/pstoedit/Portfile
Modified: trunk/dports/graphics/pstoedit/Portfile
===================================================================
--- trunk/dports/graphics/pstoedit/Portfile 2015-05-22 03:26:57 UTC (rev 136579)
+++ trunk/dports/graphics/pstoedit/Portfile 2015-05-22 03:35:25 UTC (rev 136580)
@@ -43,7 +43,6 @@
${destroot}${prefix}/share/doc/${name}
xinstall -m 644 -W ${worksrcpath}/doc pstoedit.1 \
${destroot}${prefix}/share/man/man1
- eval xinstall -m 644 [glob ${worksrcpath}/doc/*.htm] \
- [glob ${worksrcpath}/doc/*.tex] [glob ${worksrcpath}/doc/*.txt] \
+ xinstall -m 644 {*}[glob -directory ${worksrcpath}/doc *.htm *.tex *.txt] \
${destroot}${prefix}/share/doc/${name}
}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150521/caea1878/attachment.html>
More information about the macports-changes
mailing list