From owner-freebsd-ports Sun Aug 23 16:57:37 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA08389 for freebsd-ports-outgoing; Sun, 23 Aug 1998 16:57:37 -0700 (PDT) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from vader.cs.berkeley.edu (vader.CS.Berkeley.EDU [128.32.38.234]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id QAA08384; Sun, 23 Aug 1998 16:57:34 -0700 (PDT) (envelope-from asami@vader.cs.berkeley.edu) Received: from silvia.hip.berkeley.edu (sji-ca10-63.ix.netcom.com [205.186.214.63]) by vader.cs.berkeley.edu (8.8.7/8.7.3) with ESMTP id QAA19537; Sun, 23 Aug 1998 16:56:48 -0700 (PDT) Received: (from asami@localhost) by silvia.hip.berkeley.edu (8.8.8/8.6.9) id QAA25990; Sun, 23 Aug 1998 16:56:45 -0700 (PDT) Date: Sun, 23 Aug 1998 16:56:45 -0700 (PDT) Message-Id: <199808232356.QAA25990@silvia.hip.berkeley.edu> To: ac199@hwcn.org CC: ac199@hwcn.org, vanilla@FreeBSD.ORG, ports@FreeBSD.ORG In-reply-to: (message from Tim Vanderhoek on Sun, 23 Aug 1998 19:37:08 -0400 (EDT)) Subject: Re: manpages (Re: cvs commit: ports/devel/p5-Term-Query p5-Term-Query-2.0.tgz) From: asami@FreeBSD.ORG (Satoshi Asami) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org * Hey... That would do it! * * There's something some much more satisfying about type "make * clean install" than "rm -Rf work \n make install". :-) :) * > MANCOMPRESSED: manpage is compressed (implied by USE_IMAKE) * > MANNOTCOMPRESSED: manpage is not compressed even though USE_IMAKE is defined * > MANCANBECOMPRESSED: honors NOMANCOMPRESS * * Or maybe "MANMAYCOMPRESS: honours NOMANCOMPRESS". * * Hmm... I'm not sure. Maybe we should forget about all these kludges and go for straight definitions: MANCOMPRESSED=yes: manpage is compressed MANCOMPRESSED=no: manpage is not compressed MANCOMPRESSED=maybe: honors NOMANCOMPRESS USE_IMAKE has no effect on this. (Personally I think USE_IMAKE should be made to imply MANCOMPRESSED=maybe for *BSD, but it doesn't. Oh well.) No defaults either. MAN? without MANCOMPRESSED is an error. Am I being too draconian again? ;) Satoshi To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message