From owner-freebsd-ports Tue Oct 31 5:51:29 2000 Delivered-To: freebsd-ports@freebsd.org Received: from vortex.greycat.com (vortex.greycat.com [207.173.133.4]) by hub.freebsd.org (Postfix) with SMTP id 2DF0537B479 for ; Tue, 31 Oct 2000 05:51:26 -0800 (PST) Received: (qmail 26092 invoked from network); 31 Oct 2000 13:44:43 -0000 Received: from bigphred.greycat.com (207.173.133.2) by vortex.greycat.com with SMTP; 31 Oct 2000 13:44:43 -0000 Received: (from dann@localhost) by bigphred.greycat.com (8.11.1/8.11.1) id e9VDif594312; Tue, 31 Oct 2000 05:44:41 -0800 (PST) (envelope-from dann) Date: Tue, 31 Oct 2000 05:44:41 -0800 From: Dann Lunsford To: "Jeffrey J. Mountin" Cc: ports@freebsd.org Subject: Re: possible bug with 'make readmes' Message-ID: <20001031054441.A94263@greycat.com> Reply-To: Dann Lunsford References: <39FA428A.19C0EAF3@ipass.net> <20001028104607.A10335@greycat.com> <4.3.2.20001031050743.00bab9c0@207.227.119.2> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <4.3.2.20001031050743.00bab9c0@207.227.119.2>; from jeff-ml@mountin.net on Tue, Oct 31, 2000 at 05:54:29AM -0600 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Tue, Oct 31, 2000 at 05:54:29AM -0600, Jeffrey J. Mountin wrote: > At 10:46 AM 10/28/00 -0700, Dann Lunsford wrote: > > >XXTMPDIR += x11-wm > > > >.for dir in ${XXTMPDIR} > >.if exists(${dir}) > >SUBDIR += ${dir} > >.endif > >.endfor > >-------------------------------------------------------------------- > > Rather than change all those lines, even with sed as your friend, why not > just use: > > .for dir in ${SUBDIR} > .if exists(${dir}) > SUBDIR_EXISTS += ${dir} > .endif > .endfor > SUBDIR = ${SUBDIR_EXISTS} > You're right, that is better. Now, where did I put that excuse file? Oh yeah, here's one: "Not enough coffee that day." :-) Thanks. -- Dann Lunsford The only thing necessary for the triumph of evil dann@greycat.com is that men of good will do nothing. -- Cicero To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message