<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/d12139d4f925f8d40d20e2aaf1e17eea8d1950c1">https://github.com/macports/macports-ports/commit/d12139d4f925f8d40d20e2aaf1e17eea8d1950c1</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit d12139d4f925f8d40d20e2aaf1e17eea8d1950c1
</span>Author: Marcus Calhoun-Lopez <mcalhoun@macports.org>
AuthorDate: Sat Mar 18 07:40:42 2017 -0700
<span style='display:block; white-space:pre;color:#404040;'> sundials: fix doc installation variant
</span>---
math/sundials/Portfile | 1 +
1 file changed, 1 insertion(+)
<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 b354e5c..480f369 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;'>@@ -92,6 +92,7 @@ variant atlas description {build with atlas (requires a fortran compiler)} {
</span>
variant doc description {install pdf documentation} {
post-destroot {
<span style='display:block; white-space:pre;background:#e0ffe0;'>+ xinstall -d -m 0755 ${destroot}${prefix}/share/doc/${name}
</span> eval copy [glob ${worksrcpath}/doc/*] ${destroot}${prefix}/share/doc/${name}
system "find ${destroot}${prefix}/share/doc -type f -exec chmod 644 {} \\;"
}
</pre><pre style='margin:0'>
</pre>