<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/6ee0ea28ccba59aaaeff3bffd66e2ce47f62a3d2">https://github.com/macports/macports-ports/commit/6ee0ea28ccba59aaaeff3bffd66e2ce47f62a3d2</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 6ee0ea28ccb notes: fix prefix
</span>6ee0ea28ccb is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 6ee0ea28ccba59aaaeff3bffd66e2ce47f62a3d2
</span>Author: Herby Gillot <herby.gillot@gmail.com>
AuthorDate: Wed Mar 15 07:56:01 2023 -0400

<span style='display:block; white-space:pre;color:#404040;'>    notes: fix prefix
</span>---
 office/notes/Portfile | 10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/office/notes/Portfile b/office/notes/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index afb39a033a8..0fdb530dbd9 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/office/notes/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/office/notes/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -5,7 +5,7 @@ PortGroup           github      1.0
</span> 
 github.setup        pimterry notes 1.1.0
 github.tarball_from archive
<span style='display:block; white-space:pre;background:#ffe0e0;'>-revision            0
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+revision            1
</span> 
 description         \
     Simple delightful note taking, with more unix and less lock-in
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -26,19 +26,21 @@ checksums           ${distname}${extract.suffix} \
</span> 
 depends_build-append \
                     port:pkgconfig
<span style='display:block; white-space:pre;background:#ffe0e0;'>-
</span> depends_lib-append  port:bash-completion
 
 patchfiles-append   patch-Makefile.diff
 
<span style='display:block; white-space:pre;background:#e0ffe0;'>+use_configure       no
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span> build {}
 
<span style='display:block; white-space:pre;background:#e0ffe0;'>+destroot.args-append \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    PREFIX=${prefix}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span> pre-destroot {
     xinstall -d ${destroot}${prefix}/share/bash-completion/completions/
 }
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-use_configure       no
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-
</span> notes "
     A sample configuration file is available at:
 
</pre><pre style='margin:0'>

</pre>