<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/7681d26d7154065edc477a04d69d45c51b60d173">https://github.com/macports/macports-ports/commit/7681d26d7154065edc477a04d69d45c51b60d173</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 7681d26d715 xan: fix destroot paths
</span>7681d26d715 is described below
<span style='display:block; white-space:pre;color:#808000;'>commit 7681d26d7154065edc477a04d69d45c51b60d173
</span>Author: Herby Gillot <herby.gillot@gmail.com>
AuthorDate: Sun Apr 6 00:03:54 2025 -0400
<span style='display:block; white-space:pre;color:#404040;'> xan: fix destroot paths
</span>---
textproc/xan/Portfile | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/textproc/xan/Portfile b/textproc/xan/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 9e7f203b325..faaf6c52635 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/textproc/xan/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/textproc/xan/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -6,7 +6,7 @@ PortGroup github 1.0
</span>
github.setup medialab xan 0.48.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 The CSV magician
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -50,8 +50,8 @@ destroot {
</span> ${worksrcpath}/target/[cargo.rust_platform]/release/${name} \
${destroot}${prefix}/bin/
<span style='display:block; white-space:pre;background:#ffe0e0;'>- xinstall -d ${destroot}/share/${name}
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>- copy ${worksrcpath}/docs ${destroot}/share/${name}/
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ xinstall -d ${destroot}${prefix}/share/${name}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ copy ${worksrcpath}/docs ${destroot}${prefix}/share/${name}/
</span> }
cargo.crates \
</pre><pre style='margin:0'>
</pre>