<pre style='margin:0'>
Ryan Schmidt (ryandesign) pushed a commit to branch master
in repository macports-ports.
</pre>
<p><a href="https://github.com/macports/macports-ports/commit/321e018ae8a293adb1f60a4cd28c366f7f0717ff">https://github.com/macports/macports-ports/commit/321e018ae8a293adb1f60a4cd28c366f7f0717ff</a></p>
<pre style="white-space: pre; background: #F8F8F8">The following commit(s) were added to refs/heads/master by this push:
<span style='display:block; white-space:pre;color:#404040;'> new 321e018 ondir: Use docdir variable in notes too
</span>321e018 is described below
<span style='display:block; white-space:pre;color:#808000;'>commit 321e018ae8a293adb1f60a4cd28c366f7f0717ff
</span>Author: Ryan Schmidt <ryandesign@macports.org>
AuthorDate: Thu Sep 19 22:52:47 2019 -0500
<span style='display:block; white-space:pre;color:#404040;'> ondir: Use docdir variable in notes too
</span>---
sysutils/ondir/Portfile | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/sysutils/ondir/Portfile b/sysutils/ondir/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index e7c4bf4..7034ea4 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/sysutils/ondir/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/sysutils/ondir/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -32,8 +32,9 @@ use_configure no
</span>
build.target ondir
<span style='display:block; white-space:pre;background:#e0ffe0;'>+set docdir ${prefix}/share/doc/${name}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span> post-destroot {
<span style='display:block; white-space:pre;background:#ffe0e0;'>- set docdir ${prefix}/share/doc/${name}
</span> xinstall -d ${destroot}${docdir}
xinstall -m 0644 -W ${worksrcpath} \
AUTHORS COPYING ChangeLog README.rst ondirrc.eg scripts.sh scripts.tcsh scripts.zsh TODO \
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -42,7 +43,7 @@ post-destroot {
</span>
notes "
<span style='display:block; white-space:pre;background:#ffe0e0;'>-${prefix}/share/doc/${name} contains docs and examples for fully configure ondir.
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+${docdir} contains docs and examples for fully configure ondir.
</span>
ondirrc.eg is a configuration example file; you can modify it and copy to ~/.ondirrc \
(per-user configuration) or to ${prefix}/etc/ondirrc (system-wide configuration).
</pre><pre style='margin:0'>
</pre>