<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/0c116ce958924fb8fa6906fd43082f56fc4a2adc">https://github.com/macports/macports-ports/commit/0c116ce958924fb8fa6906fd43082f56fc4a2adc</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 0c116ce9589 vim2html: Use ${applications_dir}
</span>0c116ce9589 is described below
<span style='display:block; white-space:pre;color:#808000;'>commit 0c116ce958924fb8fa6906fd43082f56fc4a2adc
</span>Author: Ryan Schmidt <ryandesign@macports.org>
AuthorDate: Thu Nov 25 22:05:12 2021 -0600
<span style='display:block; white-space:pre;color:#404040;'> vim2html: Use ${applications_dir}
</span>---
textproc/vim2html/Portfile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/textproc/vim2html/Portfile b/textproc/vim2html/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index e2c5ea19e06..69d34a466f5 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/textproc/vim2html/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/textproc/vim2html/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -24,7 +24,7 @@ depends_run bin:bash:bash \
</span> bin:vim:vim
configure {
<span style='display:block; white-space:pre;background:#ffe0e0;'>- reinplace "s|/usr/share/vim|${prefix}/share/vim /Applications/MacPorts/Vim/Vim.app/Contents/Resources/vim/ /usr/share/vim|g" \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ reinplace "s|/usr/share/vim|${prefix}/share/vim ${applications_dir}/Vim/Vim.app/Contents/Resources/vim/ /usr/share/vim|g" \
</span> ${worksrcpath}/vim2html
}
</pre><pre style='margin:0'>
</pre>