Download raw body.
net/prosody: install prosody-migrator
23.10.2024 05:09, Lucas Gabriel Vuotto пишет:
> Committed with the seemingly more correct
>
> ${SETENV} ${MAKE_ENV} ${MAKE_PROGRAM} ${MAKE_FLAGS} -C ...
Yup.
>
>> (lots of ports use MAKE, though).
>
> In principle this is wrong and these ports
>
> cad/xcircuit
> games/angband
> games/puzzles
> games/xlife
> lang/squeak/vm
>
> use both MAKE and USE_GMAKE. I'll check tomorrow whether they should be
> patched.
>
I'm sure this is a pure style/consistency question:
$ gmake -p 2>/dev/null | grep -w MAKE_COMMAND
MAKE_COMMAND := gmake
MAKE = $(MAKE_COMMAND)
net/prosody: install prosody-migrator