Date: Wed, 26 Apr 2017 17:05:29 +0000 From: Alexey Dokuchaev <danfe@FreeBSD.org> To: Diane Bruce <db@FreeBSD.org> Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: Re: svn commit: r438693 - in branches/2017Q2/comms/direwolf: . files Message-ID: <20170426170529.GC98671@FreeBSD.org> In-Reply-To: <20170417144306.GB79849@FreeBSD.org> References: <201704171258.v3HCwYFc003754@repo.freebsd.org> <20170417144306.GB79849@FreeBSD.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On Mon, Apr 17, 2017 at 02:43:06PM +0000, Alexey Dokuchaev wrote: > On Mon, Apr 17, 2017 at 12:58:34PM +0000, Diane Bruce wrote: > > New Revision: 438693 > > URL: https://svnweb.freebsd.org/changeset/ports/438693 > > > > Log: > > MFH: r438662 > > > > This got lost due to confusion over who was handling what. > > > > > > Attached is a revised patch, s/STAGEDIR/DESTDIR/ and the dw-start.sh > > Looks like this part did not make it into the final version of the patch. > > > ... > > +MAKE_ENV+= STAGEDIR=${STAGEDIR} > > ... > > @@ -192,7 +191,7 @@ direwolf.conf : generic.conf > > -INSTALLDIR := %%STAGEDIR%%/%%PREFIX%%/ > > +INSTALLDIR := ${STAGEDIR}/${PREFIX}/ > > Correct DESTDIR is passed via MAKE_ARGS, no need to pass it via MAKE_ENV. Retransmit. ./danfe
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20170426170529.GC98671>