From owner-cvs-all Fri Aug 24 16:36:18 2001 Delivered-To: cvs-all@freebsd.org Received: from peitho.fxp.org (peitho.fxp.org [209.26.95.40]) by hub.freebsd.org (Postfix) with ESMTP id BCFE937B408; Fri, 24 Aug 2001 16:36:08 -0700 (PDT) (envelope-from cdf.lists@fxp.org) Received: by peitho.fxp.org (Postfix, from userid 1501) id BA5C31361D; Fri, 24 Aug 2001 19:36:07 -0400 (EDT) Date: Fri, 24 Aug 2001 19:36:07 -0400 From: Chris Faulhaber To: "David W. Chapman Jr." Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/sysutils/fcron Makefile Message-ID: <20010824193607.A59099@peitho.fxp.org> References: <200108242259.f7OMxmD37685@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200108242259.f7OMxmD37685@freefall.freebsd.org> User-Agent: Mutt/1.3.20i Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Fri, Aug 24, 2001 at 03:59:48PM -0700, David W. Chapman Jr. wrote: > dwcjr 2001/08/24 15:59:48 PDT > > Modified files: > sysutils/fcron Makefile > Log: > Create ${PREFIX}/etc dir so configure script finds to automagically. > > PR: 30038 > Submitted by: leeym@utopia.leeym.com > > Revision Changes Path > 1.5 +4 -1 ports/sysutils/fcron/Makefile > + +pre-configure: + @${MKDIR} -p ${PREFIX}/etc Won't this cause problems for those building ports as non-root? Couldn't we simply patch configure[.in] to take our word for where the proper etc dir is instead of bailing if it isn't found? -- Chris D. Faulhaber - jedgar@fxp.org - jedgar@FreeBSD.org -------------------------------------------------------- FreeBSD: The Power To Serve - http://www.FreeBSD.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message