Date: Fri, 24 Aug 2001 19:36:07 -0400 From: Chris Faulhaber <jedgar@fxp.org> To: "David W. Chapman Jr." <dwcjr@FreeBSD.org> Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/sysutils/fcron Makefile Message-ID: <20010824193607.A59099@peitho.fxp.org> In-Reply-To: <200108242259.f7OMxmD37685@freefall.freebsd.org> References: <200108242259.f7OMxmD37685@freefall.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20010824193607.A59099>