<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/8035f21157a9923bcd3228d0711230371f185aef">https://github.com/macports/macports-ports/commit/8035f21157a9923bcd3228d0711230371f185aef</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 8035f21157a lsd: fix destroot
</span>8035f21157a is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 8035f21157a9923bcd3228d0711230371f185aef
</span>Author: Herby Gillot <herby.gillot@gmail.com>
AuthorDate: Mon Mar 8 00:08:29 2021 -0500

<span style='display:block; white-space:pre;color:#404040;'>    lsd: fix destroot
</span>---
 sysutils/lsd/Portfile | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/sysutils/lsd/Portfile b/sysutils/lsd/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index ad6ecc70c47..fccfb01d910 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/sysutils/lsd/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/sysutils/lsd/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -5,7 +5,7 @@ PortGroup           github 1.0
</span> PortGroup           cargo 1.0
 
 github.setup        Peltoche lsd 0.20.1
<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 next gen ls command
 
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -26,8 +26,9 @@ checksums           ${distname}${extract.suffix} \
</span>                     size    72381
 
 destroot {
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    xinstall -m 755 ${worksrcpath}/target/${build_arch}-apple-darwin/release/${name} \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-                    ${destroot}${prefix}/bin/
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    xinstall -m 755 \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+        ${worksrcpath}/target/[cargo.rust_platform]/release/${name} \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+        ${destroot}${prefix}/bin/
</span> }
 
 notes "
</pre><pre style='margin:0'>

</pre>