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

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/97b0752f8cb087b0df454370327321ed2d633dad">https://github.com/macports/macports-ports/commit/97b0752f8cb087b0df454370327321ed2d633dad</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 97b0752f8cb vgrep: correct destroot #2
</span>97b0752f8cb is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 97b0752f8cb087b0df454370327321ed2d633dad
</span>Author: Herby Gillot <herby.gillot@gmail.com>
AuthorDate: Sat Oct 16 02:55:38 2021 -0400

<span style='display:block; white-space:pre;color:#404040;'>    vgrep: correct destroot #2
</span>---
 textproc/vgrep/Portfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/textproc/vgrep/Portfile b/textproc/vgrep/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 84fa31de489..3e887f082fd 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/textproc/vgrep/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/textproc/vgrep/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -40,7 +40,7 @@ build.target        release docs
</span> destroot {
     xinstall -m 0755 ${worksrcpath}/build/${name} ${destroot}${prefix}/bin/
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    xinstall -d ${prefix}/share/man/man1
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    xinstall -d ${destroot}${prefix}/share/man/man1
</span>     xinstall -m 0644 ${worksrcpath}/docs/${name}.1 \
         ${destroot}${prefix}/share/man/man1/
 }
</pre><pre style='margin:0'>

</pre>