<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/9e5b949753add86aa7589f466aaa88a59a46776c">https://github.com/macports/macports-ports/commit/9e5b949753add86aa7589f466aaa88a59a46776c</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit 9e5b949753add86aa7589f466aaa88a59a46776c
</span>Author: Ryan Schmidt <ryandesign@macports.org>
AuthorDate: Sun May 13 20:49:25 2018 -0500
<span style='display:block; white-space:pre;color:#404040;'> html: Simplify destroot
</span>---
textproc/html/Portfile | 11 ++---------
1 file changed, 2 insertions(+), 9 deletions(-)
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/textproc/html/Portfile b/textproc/html/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index fbcad6f..bc23abf 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/textproc/html/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/textproc/html/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -21,6 +21,7 @@ checksums md5 57a45bf82f0a3694d59d889b0d0ad71c \
</span>
depends_run bin:mkcatalog:mkcatalog
<span style='display:block; white-space:pre;background:#e0ffe0;'>+extract.mkdir yes
</span> use_configure no
build {}
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -28,13 +29,5 @@ set instdir share/sgml/html
</span>
destroot {
xinstall -m 755 -d ${destroot}${prefix}/${instdir}
<span style='display:block; white-space:pre;background:#ffe0e0;'>- xinstall -m 644 ${workpath}/catalog ${destroot}${prefix}/${instdir}
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>- xinstall -m 755 -d ${destroot}${prefix}/${instdir}/2.0
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>- xinstall -m 755 -d ${destroot}${prefix}/${instdir}/3.2
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>- xinstall -m 755 -d ${destroot}${prefix}/${instdir}/4.0
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>- xinstall -m 755 -d ${destroot}${prefix}/${instdir}/4.01
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>- eval xinstall -m 644 [glob ${workpath}/2.0/*.*] ${destroot}${prefix}/${instdir}/2.0
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>- eval xinstall -m 644 [glob ${workpath}/3.2/*.*] ${destroot}${prefix}/${instdir}/3.2
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>- eval xinstall -m 644 [glob ${workpath}/4.0/*.*] ${destroot}${prefix}/${instdir}/4.0
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>- eval xinstall -m 644 [glob ${workpath}/4.01/*.*] ${destroot}${prefix}/${instdir}/4.01
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ copy {*}[glob ${worksrcpath}/*] ${destroot}${prefix}/${instdir}
</span> }
</pre><pre style='margin:0'>
</pre>