- Convert NOMANCOMPRESS to NO_MANCOMPRESS to sync with src

PR:		ports/136065 ports/127469
Submitted by:	N.J. Mann <njm@njm.me.uk> and Aldis Berjoza <killasmurf86@gmail.com>
This commit is contained in:
Martin Wilke 2009-12-29 10:27:15 +00:00
parent 7e087a2e69
commit 15ab7e72ad
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=35124

View file

@ -3607,7 +3607,7 @@ MASTERDIR= ${.CURDIR}/../xdvi300
<filename>pkg-plist</filename>&mdash;see <link
linkend="plist-sub">generating PLIST</link> for more). It also
makes the install stage automatically compress or uncompress manpages
depending on the setting of <makevar>NOMANCOMPRESS</makevar> in
depending on the setting of <makevar>NO_MANCOMPRESS</makevar> in
<filename>/etc/make.conf</filename>.</para>
<para>If your port tries to install multiple names for manpages using
@ -3624,7 +3624,7 @@ MASTERDIR= ${.CURDIR}/../xdvi300
<literal>maybe</literal>. <literal>yes</literal> means manpages are
already installed compressed, <literal>no</literal> means they are
not, and <literal>maybe</literal> means the software already respects
the value of <makevar>NOMANCOMPRESS</makevar> so
the value of <makevar>NO_MANCOMPRESS</makevar> so
<filename>bsd.port.mk</filename> does not have to do anything
special.</para>