<pre style='margin:0'>
Rainer Müller (raimue) pushed a commit to branch master
in repository macports-guide.

</pre>
<p><a href="https://github.com/macports/macports-guide/commit/917a689b05df63e17481855309489107e4beef77">https://github.com/macports/macports-guide/commit/917a689b05df63e17481855309489107e4beef77</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 917a689  installing: Remove list of MANPATH examples
</span>917a689 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 917a689b05df63e17481855309489107e4beef77
</span>Author: Rainer Müller <raimue@macports.org>
AuthorDate: Tue Apr 24 02:19:45 2018 +0200

<span style='display:block; white-space:pre;color:#404040;'>    installing: Remove list of MANPATH examples
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    This list of examples for MANPATH is overly verbose. It was added to
</span><span style='display:block; white-space:pre;color:#404040;'>    describe what "empty values" are. Change the description of the
</span><span style='display:block; white-space:pre;color:#404040;'>    condition to "empty items separated by a colon" to avoid the ambiguity.
</span>---
 guide/xml/installing.xml | 14 +++-----------
 1 file changed, 3 insertions(+), 11 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/guide/xml/installing.xml b/guide/xml/installing.xml
</span><span style='display:block; white-space:pre;color:#808080;'>index fb3d03a..9011d98 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/guide/xml/installing.xml
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/guide/xml/installing.xml
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -452,19 +452,11 @@
</span> 
                     <para>Condition: If prior to MacPorts installation a <varname>MANPATH</varname> variable exists in
                         a current <filename>.profile</filename> that contains neither the value
<span style='display:block; white-space:pre;background:#ffe0e0;'>-                        <filename>${prefix}/share/man,</filename> nor any empty values, the postflight script sets the
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-                        <varname>MANPATH</varname> variable as shown below. Otherwise, the <varname>MANPATH</varname>
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-                        variable is omitted.</para>
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                        <filename>${prefix}/share/man,</filename> nor any empty items separated by a colon, the
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                        postflight script sets the <varname>MANPATH</varname> variable as shown below. Otherwise, the
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                        <varname>MANPATH</varname> variable is omitted.</para>
</span> 
                     <programlisting>export MANPATH=/opt/local/share/man:$MANPATH</programlisting>
<span style='display:block; white-space:pre;background:#ffe0e0;'>-
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-                    <para>Here are some examples of paths that contain empty values:</para>
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-                    <simplelist>
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-                        <member>/usr/share/man:</member>
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-                        <member>:/usr/share/man</member>
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-                        <member>/usr/share/man::/usr/X11R6/man</member>
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-                    </simplelist>
</span>                 </listitem>
 
                 <listitem>
</pre><pre style='margin:0'>

</pre>