<pre style='margin:0'>
MarcusCalhoun-Lopez pushed a commit to branch master
in repository macports-ports.
</pre>
<p><a href="https://github.com/macports/macports-ports/commit/18fba7e99d6dd55d6c064fc80abe05b9ac77a967">https://github.com/macports/macports-ports/commit/18fba7e99d6dd55d6c064fc80abe05b9ac77a967</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit 18fba7e99d6dd55d6c064fc80abe05b9ac77a967
</span>Author: Marcus Calhoun-Lopez <mcalhoun@macports.org>
AuthorDate: Sat Mar 18 07:41:10 2017 -0700
<span style='display:block; white-space:pre;color:#404040;'> sundials: replace eval with {*}
</span>---
math/sundials/Portfile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/math/sundials/Portfile b/math/sundials/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 480f369..b1374ea 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/math/sundials/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/math/sundials/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -93,7 +93,7 @@ variant atlas description {build with atlas (requires a fortran compiler)} {
</span> variant doc description {install pdf documentation} {
post-destroot {
xinstall -d -m 0755 ${destroot}${prefix}/share/doc/${name}
<span style='display:block; white-space:pre;background:#ffe0e0;'>- eval copy [glob ${worksrcpath}/doc/*] ${destroot}${prefix}/share/doc/${name}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ copy {*}[glob ${worksrcpath}/doc/*] ${destroot}${prefix}/share/doc/${name}
</span> system "find ${destroot}${prefix}/share/doc -type f -exec chmod 644 {} \\;"
}
}
</pre><pre style='margin:0'>
</pre>