<pre style='margin:0'>
rainbow (ra1nb0w) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/cca26bbae2b4ec75c0a5022b05c4ed7899896a1f">https://github.com/macports/macports-ports/commit/cca26bbae2b4ec75c0a5022b05c4ed7899896a1f</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit cca26bbae2b4ec75c0a5022b05c4ed7899896a1f
</span>Author: i0ntempest <szf1234@me.com>
AuthorDate: Wed Apr 8 06:11:23 2020 -0400

<span style='display:block; white-space:pre;color:#404040;'>    r: add symlinks for man pages
</span>---
 math/R/Portfile | 2 ++
 1 file changed, 2 insertions(+)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/math/R/Portfile b/math/R/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 5c73946..ef60bd2 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/math/R/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/math/R/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -246,6 +246,8 @@ post-destroot {
</span> 
     ln -s ${resources}/bin/R ${destroot}${prefix}/bin/R
     ln -s ${resources}/bin/Rscript ${destroot}${prefix}/bin/Rscript
<span style='display:block; white-space:pre;background:#e0ffe0;'>+    ln -s ${resources}/man1/R.1 ${destroot}${prefix}/share/man/man1/R.1
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    ln -s ${resources}/man1/Rscript.1 ${destroot}${prefix}/share/man/man1/Rscript.1
</span> }
 
 livecheck.type      regex
</pre><pre style='margin:0'>

</pre>