Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 18 Oct 2016 09:14:10 -0500
From:      Mark Linimon <linimon@lonesome.com>
To:        Matthew Seaman <matthew@FreeBSD.org>
Cc:        freebsd-ports@freebsd.org
Subject:   Re: private ports and pkgs versioning
Message-ID:  <20161018141410.GA19036@lonesome.com>
In-Reply-To: <ea8b000b-11a3-1b9d-e877-004e3873d782@freebsd.org>
References:  <1cba6ef9-89af-c3b8-48df-0cbdc8499b6c@freebsd.org> <ed1e5d26-3a0f-3889-665f-5e32dc708c7f@FreeBSD.org> <20161018125414.GA18517@lonesome.com> <ea8b000b-11a3-1b9d-e877-004e3873d782@freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, Oct 18, 2016 at 02:52:34PM +0100, Matthew Seaman wrote:
> Hmmm... looks like this is handled in the 30 or so lines starting at
> line 1179 of bsd.port.mk

Wouldn't the patch to ports/Makefile just be the following?

.if exists(${.CURDIR}/Makefile.local)
.include "${.CURDIR}/Makefile.local"
.endif

Again, I _think_ this is only necessary if you are building INDEX.

mcl



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20161018141410.GA19036>