Date: Sun, 23 Aug 1998 01:15:05 -0700 (PDT) From: asami@FreeBSD.ORG (Satoshi Asami) To: ac199@hwcn.org Cc: ac199@hwcn.org, vanilla@FreeBSD.ORG, cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: manpages (Re: cvs commit: ports/devel/p5-Term-Query p5-Term-Query-2.0.tgz) Message-ID: <199808230815.BAA20523@silvia.hip.berkeley.edu> In-Reply-To: <Pine.BSF.3.96.980823034855.236C-100000@localhost> (message from Tim Vanderhoek on Sun, 23 Aug 1998 03:57:25 -0400 (EDT))
next in thread | previous in thread | raw e-mail | index | archive | help
* 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199808230815.BAA20523>