Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 5 Jun 1995 07:04:19 -0700
From:      asami@CS.Berkeley.EDU (Satoshi Asami)
To:        rgrimes@gndrsh.aac.dev.com
Cc:        ports@FreeBSD.org
Subject:   Re: Update for bison 1.24
Message-ID:  <199506051404.HAA01159@silvia.HIP.Berkeley.EDU>
In-Reply-To: <199506051349.GAA23222@gndrsh.aac.dev.com> (rgrimes@gndrsh.aac.dev.com)

next in thread | previous in thread | raw e-mail | index | archive | help
 * ports without using the knob.  Satoshi, is there same way to add a
 * ``MANPAGES= blah'' list to the bsd.port.mk files that would do the
 * manual compression just like we do it for the /usr/src tree?  I don't

This isn't very easy, the ports put manpages in all sorts of different
places according to their preferences.  I think the best solution is
to simply put

.if !defined(NOMANCOMPRESS)
	...
.endif

around all the gzip commands. :)

I'll go in and fix all the Makefiles after 2.0.5R.  I was going to
look at all the Makefiles to compress manpages anyway.

Satoshi



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199506051404.HAA01159>