View | Details | Raw Unified | Return to bug 127469
Collapse All | Expand All

(-)doc/en_US.ISO8859-1/books/porters-handbook/book.sgml (-2 / +2 lines)
Lines 3600-3606 Link Here
3600
	<filename>pkg-plist</filename>&mdash;see <link
3600
	<filename>pkg-plist</filename>&mdash;see <link
3601
	  linkend="plist-sub">generating PLIST</link> for more).  It also
3601
	  linkend="plist-sub">generating PLIST</link> for more).  It also
3602
	makes the install stage automatically compress or uncompress manpages
3602
	makes the install stage automatically compress or uncompress manpages
3603
	depending on the setting of <makevar>NOMANCOMPRESS</makevar> in
3603
	depending on the setting of <makevar>NO_MANCOMPRESS</makevar> in
3604
	<filename>/etc/make.conf</filename>.</para>
3604
	<filename>/etc/make.conf</filename>.</para>
3605
3605
3606
      <para>If your port tries to install multiple names for manpages using
3606
      <para>If your port tries to install multiple names for manpages using
Lines 3617-3623 Link Here
3617
	<literal>maybe</literal>. <literal>yes</literal> means manpages are
3617
	<literal>maybe</literal>. <literal>yes</literal> means manpages are
3618
	already installed compressed, <literal>no</literal> means they are
3618
	already installed compressed, <literal>no</literal> means they are
3619
	not, and <literal>maybe</literal> means the software already respects
3619
	not, and <literal>maybe</literal> means the software already respects
3620
	the value of <makevar>NOMANCOMPRESS</makevar> so
3620
	the value of <makevar>NO_MANCOMPRESS</makevar> so
3621
	<filename>bsd.port.mk</filename> does not have to do anything
3621
	<filename>bsd.port.mk</filename> does not have to do anything
3622
	special.</para>
3622
	special.</para>
3623
3623

Return to bug 127469