From owner-cvs-all Tue Jul 10 3:16:56 2001 Delivered-To: cvs-all@freebsd.org Received: from fling.sanbi.ac.za (fling.sanbi.ac.za [196.38.142.119]) by hub.freebsd.org (Postfix) with ESMTP id 1993A37B403; Tue, 10 Jul 2001 03:16:46 -0700 (PDT) (envelope-from johann@egenetics.com) Received: from johann by fling.sanbi.ac.za with local (Exim 3.13 #4) id 15JuZM-000PNP-00; Tue, 10 Jul 2001 12:16:40 +0200 Date: Tue, 10 Jul 2001 12:16:39 +0200 From: Johann Visagie To: Maxim Sobolev 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> References: <200107100750.f6A7oI355103@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <200107100750.f6A7oI355103@freefall.freebsd.org>; from sobomax@FreeBSD.org on Tue, Jul 10, 2001 at 12:50:18AM -0700 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 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