Date: Sun, 6 Sep 1998 19:00:05 -0700 From: Tim Vanderhoek <hoek@FreeBSD.ORG> To: Jun-ichiro Itoh <itojun@FreeBSD.ORG>, ports@FreeBSD.ORG Subject: Re: cvs commit: ports/misc/magicpoint Makefile Message-ID: <19980906190005.A24922@freebsd.org> In-Reply-To: <199809070040.RAA12092@freefall.freebsd.org>; from Jun-ichiro Itoh on Sun, Sep 06, 1998 at 05:40:51PM -0700 References: <199809070040.RAA12092@freefall.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On Sun, Sep 06, 1998 at 05:40:51PM -0700, Jun-ichiro Itoh wrote: > itojun 1998/09/06 17:40:51 PDT > > Modified files: > misc/magicpoint Makefile > Log: > fix "make install" breakage. Nope, this will still break. :) You need to _unconditionally_ compress the manpage. The bsd.port.mk needs to be able to find all the files in _MANPAGES whenever MANCOMPRESSED does not agree with NOMANCOMPRESS. _MANPAGES is the list of all manpages, full path (eg. /usr/local/man/man1/sex.1.gz, or in this case, /usr/local/man/man1/xmindpath.1.gz). The ".gz" extension is added to each item in _MANPAGES depending on the value of MANCOMPRESSED. If you set NOMANCOMPRESS=yes, this port will break because xmindpath.1.gz doesn't exist (even though xmindpath.1 does exist). Or, at least, it should break. ;-) You can also remove the comment about "why do we need this", since there are a few more ports like this and it's not so unusual. (In this particular case, it's needed because the port can't decide whether to use imake or GNU configure). -- Me. Who'd you think sent this? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?19980906190005.A24922>