From owner-cvs-all Sun Aug 23 01:15:59 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id BAA12831 for cvs-all-outgoing; Sun, 23 Aug 1998 01:15:59 -0700 (PDT) (envelope-from owner-cvs-all) 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 BAA12825; Sun, 23 Aug 1998 01:15:55 -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 BAA18605; Sun, 23 Aug 1998 01:15:11 -0700 (PDT) Received: (from asami@localhost) by silvia.hip.berkeley.edu (8.8.8/8.6.9) id BAA20523; Sun, 23 Aug 1998 01:15:05 -0700 (PDT) Date: Sun, 23 Aug 1998 01:15:05 -0700 (PDT) Message-Id: <199808230815.BAA20523@silvia.hip.berkeley.edu> To: ac199@hwcn.org CC: ac199@hwcn.org, vanilla@FreeBSD.ORG, cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG In-reply-to: (message from Tim Vanderhoek on Sun, 23 Aug 1998 03:57:25 -0400 (EDT)) Subject: manpages (Re: cvs commit: ports/devel/p5-Term-Query p5-Term-Query-2.0.tgz) From: asami@FreeBSD.ORG (Satoshi Asami) Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk * I very rarely use the clean target. The fact that it recurses to * dependencies has simply bitten me too many times. Why don't you define NOCLEANDEPENDS? * Perhaps not everyone can be expected to dislike that, however. :) I use it all the time. I even have an alias for it. :) * > Speaking of NO_WRKDIR, I'm thinking about removing it. I just don't * > feel good writing to the current directory. * * Good move, imho. Ok. Here are the ports using it: === ## grep NO_WRKDIR */*/Makefile benchmarks/tcpblast/Makefile:NO_WRKDIR= yes devel/linux_devel/Makefile:NO_WRKDIR= yes editors/staroffice/Makefile:NO_WRKDIR= yes games/xgammon/Makefile:.if !defined(NO_WRKDIR) japanese/edict/Makefile:.if !defined(NO_WRKDIR) russian/elm.language/Makefile:NO_WRKDIR= YES russian/netscape3.language/Makefile:NO_WRKDIR= YES russian/pine.language/Makefile:NO_WRKDIR= YES x11-toolkits/xview-clients/Makefile:NO_WRKDIR= yes x11-toolkits/xview-lib/Makefile:NO_WRKDIR= yes === Not too many, but we'll have to look into them first. By the way, about manpages -- if there are ports that already handle NOMANCOMPRESS, maybe we should add a variable saying "this port honors NOMANCOMPRESS so bsd.port.mk shouldn't try to do something too clever". ".if !defined(NOMANCOMPRESS) MANCOMPRESSED=t" seems a little too ugly for my taste.... Satoshi