Date: Tue, 10 Jul 2001 12:16:39 +0200 From: Johann Visagie <wjv@FreeBSD.org> To: Maxim Sobolev <sobomax@FreeBSD.org> Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/Mk bsd.port.mk Message-ID: <20010710121638.A97290@fling.sanbi.ac.za> In-Reply-To: <200107100750.f6A7oI355103@freefall.freebsd.org>; from sobomax@FreeBSD.org on Tue, Jul 10, 2001 at 12:50:18AM -0700 References: <200107100750.f6A7oI355103@freefall.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
Maxim Sobolev on 2001-07-10 (Tue) at 00:50:18 -0700: > > sobomax 2001/07/10 00:50:18 PDT > > Modified files: > Mk bsd.port.mk > Log: > Similarly to DOCSDIR add DATADIR?=${PREFIX}/share/${PORTNAME}. Also slightly > expand comment for DOCSDIR, so it is immediately clear what its value is. > > Ignored by: obrien, portmgr If we're going this far, then how about something like: EXAMPLEDIR?=${PREFIX}/share/examples/${PORTNAME} (I find myself replicating that one quite often as well.) Moreover, in all the above cases, would it not be advisable to name the actual directory ${PKGNAMEPREFIX}${PORTNAME} instead of just ${PORTNAME}? -- V 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?20010710121638.A97290>