<pre style='margin:0'>
Ryan Schmidt (ryandesign) pushed a commit to branch master
in repository macports-ports.
</pre>
<p><a href="https://github.com/macports/macports-ports/commit/a70bd0c3d4b68954888565b0bb01a842d97daf79">https://github.com/macports/macports-ports/commit/a70bd0c3d4b68954888565b0bb01a842d97daf79</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 a70bd0c3d4b ftnchek: Simplify destroot
</span>a70bd0c3d4b is described below
<span style='display:block; white-space:pre;color:#808000;'>commit a70bd0c3d4b68954888565b0bb01a842d97daf79
</span>Author: Ryan Schmidt <ryandesign@macports.org>
AuthorDate: Fri Feb 12 23:24:19 2021 -0600
<span style='display:block; white-space:pre;color:#404040;'> ftnchek: Simplify destroot
</span>---
devel/ftnchek/Portfile | 10 +++-------
1 file changed, 3 insertions(+), 7 deletions(-)
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/devel/ftnchek/Portfile b/devel/ftnchek/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 5f994f81040..14f91f76fec 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/devel/ftnchek/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/devel/ftnchek/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -40,23 +40,19 @@ long_description \
</span> configure.args --disable-submodel
destroot {
<span style='display:block; white-space:pre;background:#ffe0e0;'>- xinstall -m 0755 -W ${worksrcpath} ftnchek \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ xinstall -m 0755 -W ${worksrcpath} dcl2inc ftnchek \
</span> ${destroot}${prefix}/bin
xinstall -m 0755 -W ${worksrcpath} dcl2inc.awk \
${destroot}${prefix}/lib
<span style='display:block; white-space:pre;background:#ffe0e0;'>- xinstall -m 0755 -W ${worksrcpath} dcl2inc \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>- ${destroot}${prefix}/bin
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>- xinstall -d ${destroot}${prefix}/share/man/man1
</span> xinstall -m 0644 -W ${worksrcpath} ftnchek.1 \
${destroot}${prefix}/share/man/man1/ftnchek.1
xinstall -m 0644 -W ${worksrcpath} dcl2inc.man \
${destroot}${prefix}/share/man/man1/dcl2inc.1
<span style='display:block; white-space:pre;background:#ffe0e0;'>- xinstall -d ${destroot}${prefix}/share/doc/${name}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ xinstall -d ${destroot}${prefix}/share/doc/${name}/html
</span> xinstall -m 0644 -W ${worksrcpath} LICENSE README \
FAQ INSTALL ToDo PATCHES ftnchek.ps dcl2inc.ps \
${destroot}${prefix}/share/doc/${name}
<span style='display:block; white-space:pre;background:#ffe0e0;'>- xinstall -d ${destroot}${prefix}/share/doc/${name}/html
</span> xinstall -m 0644 {*}[glob ${worksrcpath}/html/*] \
${destroot}${prefix}/share/doc/${name}/html
<span style='display:block; white-space:pre;background:#ffe0e0;'>- file link -symbolic ${destroot}${prefix}/share/doc/${name}/index.html html/index.html
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ ln -s html/index.html ${destroot}${prefix}/share/doc/${name}/index.html
</span> }
</pre><pre style='margin:0'>
</pre>