On 10/22/15 3:29 PM, Bryan Drewery wrote:
> .endif
> .endfor
> -.endif
> +.endif # ${MK_MANCOMPRESS} == "no"
> .endif
>
> .if !defined(NO_MLINKS) && defined(MLINKS) && !empty(MLINKS)
This shows oddly with local 'svn diff' using svn 1.9.2:
# svn diff -c r289772
<...>
.endif
.endfor
+
On 10/22/15 3:29 PM, Bryan Drewery wrote:
> Author: bdrewery
> Date: Thu Oct 22 22:29:25 2015
> New Revision: 289772
> URL: https://svnweb.freebsd.org/changeset/base/289772
>
> Log:
> Fix installation of manpages with WITHOUT_COMPRESS broken since r284685.
WITHOUT_MANCOMPRESS of course.
--
Re
Author: bdrewery
Date: Thu Oct 22 22:29:25 2015
New Revision: 289772
URL: https://svnweb.freebsd.org/changeset/base/289772
Log:
Fix installation of manpages with WITHOUT_COMPRESS broken since r284685.
This partially reverts r284685. An attempt was made in r285295 to fix this
but was not