[136761] trunk/dports/math/mtl/Portfile
ryandesign at macports.org
ryandesign at macports.org
Mon May 25 21:09:16 PDT 2015
Revision: 136761
https://trac.macports.org/changeset/136761
Author: ryandesign at macports.org
Date: 2015-05-25 21:09:15 -0700 (Mon, 25 May 2015)
Log Message:
-----------
mtl: supported_archs noarch; use expand operator instead of eval
Modified Paths:
--------------
trunk/dports/math/mtl/Portfile
Modified: trunk/dports/math/mtl/Portfile
===================================================================
--- trunk/dports/math/mtl/Portfile 2015-05-26 04:04:06 UTC (rev 136760)
+++ trunk/dports/math/mtl/Portfile 2015-05-26 04:09:15 UTC (rev 136761)
@@ -9,6 +9,8 @@
license Restrictive/Distributable
platforms darwin
maintainers nomaintainer
+supported_archs noarch
+
description The Matrix Template Library
long_description The Matrix Template Library (MTL) is a high-performance \
generic component library that provides comprehensive linear \
@@ -25,7 +27,7 @@
destroot {
xinstall -m 755 -d ${destroot}${prefix}/include/${name} \
${destroot}${prefix}/share/doc/${name}
- eval xinstall -m 644 -W ${worksrcpath}/mtl [glob ${worksrcpath}/mtl/*.h] \
+ xinstall -m 644 {*}[glob ${worksrcpath}/mtl/*.h] \
${destroot}${prefix}/include/${name}
xinstall -m 644 -W ${worksrcpath} README INSTALL license.mtl.txt \
${destroot}${prefix}/share/doc/${name}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150525/99e5ce38/attachment.html>
More information about the macports-changes
mailing list