svn commit: r438693 - in branches/2017Q2/comms/direwolf: . files
Alexey Dokuchaev
danfe at FreeBSD.org
Mon Apr 17 14:43:07 UTC 2017
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.
./danfe
More information about the svn-ports-all
mailing list