Re: git: e933541b2131 - main - devel/samurai: Fix if LOCALBASE is not /usr/local

From: Alexey Dokuchaev <danfe_at_freebsd.org>
Date: Wed, 05 Apr 2023 16:00:12 UTC
On Wed, Apr 05, 2023 at 05:48:03PM +0200, Fernando Apestegu??a wrote:
> On Wed, Apr 5, 2023 at 9:58???AM Alexey Dokuchaev wrote:
> > On Wed, Apr 05, 2023 at 05:43:38AM +0000, Fernando Apestegu??a wrote:
> > > +-PREFIX=/usr/local
> > > ++PREFIX=${LOCALBASE}
> >
> > This doesn't look right, PREFIX is semantically different from LOCALBASE
> > even though they typically point to the same path (PREFIX is where your
> > generated stuff goes, LOCALBASE is where you get precursors).
> 
> Should be correct now.

Yup, looks good, thanks for the prompt fix!

./danfe