<pre style='margin:0'>
Ken (kencu) pushed a commit to branch master
in repository macports-ports.
</pre>
<p><a href="https://github.com/macports/macports-ports/commit/7e2a162e5d79d001dbd9704941ba91f280aace23">https://github.com/macports/macports-ports/commit/7e2a162e5d79d001dbd9704941ba91f280aace23</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 7e2a162e5d7 argyll: fix destroot with case-sensitive FS
</span>7e2a162e5d7 is described below
<span style='display:block; white-space:pre;color:#808000;'>commit 7e2a162e5d79d001dbd9704941ba91f280aace23
</span>Author: Ken Cunningham <kencu@macports.org>
AuthorDate: Sat Apr 27 19:04:12 2024 -0700
<span style='display:block; white-space:pre;color:#404040;'> argyll: fix destroot with case-sensitive FS
</span>---
graphics/argyll/Portfile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/graphics/argyll/Portfile b/graphics/argyll/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 3797975b57c..12f0f2f6211 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/graphics/argyll/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/graphics/argyll/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -64,7 +64,7 @@ post-destroot {
</span> # Install documentation.
xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name}
xinstall -m 644 -W ${worksrcpath} \
<span style='display:block; white-space:pre;background:#ffe0e0;'>- License.txt License2.txt License3.txt log.txt Readme.txt \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ License.txt License2.txt License3.txt log.txt ReadMe.txt \
</span> ${destroot}${prefix}/share/doc/${name}
system "cp -r ${worksrcpath}/doc/* \
${destroot}${prefix}/share/doc/${name} && \
</pre><pre style='margin:0'>
</pre>