Date: Mon, 7 Jun 1999 07:26:07 -0700 From: Chris Piazza <cpiazza@home.net> To: Sheldon Hearn <sheldonh@uunet.co.za> Cc: Michael Haro <mharo@FreeBSD.ORG>, cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: ports/www/webglimpse Makefile Message-ID: <19990607072607.A13009@norn.ca.eu.org> In-Reply-To: <57288.928743199@axl.noc.iafrica.com>; from Sheldon Hearn on Mon, Jun 07, 1999 at 10:13:19AM %2B0200 References: <19990605131810.B497@norn.ca.eu.org> <57288.928743199@axl.noc.iafrica.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On Mon, Jun 07, 1999 at 10:13:19AM +0200, Sheldon Hearn wrote: > > On Sat, 05 Jun 1999 13:18:10 MST, Chris Piazza wrote: > > > Just a thought while reading all of these: shouldn't this be > > ${LOCALBASE} in some cases? That way you can still install the > > programs in a different PREFIX than everything else. > > LOCALBASE is useful to the administrator of the local host. PREFIX is > useful to port maintainers for encouraging a port to install to a > non-standard place. > > This is my reading of bsd.port.mk, at any rate. > That's exactly my point. bsd.port.mk says that LOCALBASE is where non-X11 ports install things and PREFIX is where *this* port installs things. What I meant to say is that in some ports s,/usr/local/${PREFIX}, isn't right, because it may be checking for something that was installed by another port. For example, webgliplse: RUN_DEPENDS+= ${PREFIX}/etc/apache/httpd.conf:${PORTSDIR}/www/apache13 It seems to me that that should be LOCALBASE, not PREFIX. Thoughts? -- Chris Piazza Abbotsford, BC, Canada cpiazza@home.net finger norn@norn.ca.eu.org for PGP key 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?19990607072607.A13009>