Chris Rees wrote:
> >> In the port Makefile I've tried to use MAKE_ENV= MANPREFIX=/man to
> >> override it, but it seems it's ignored.
>
> MAKE_ARGS= -EMANPREFIX
> MAKE_ENV= MANPREFIX=/man
>
> NB gmake doesn't have the -E flag, but the -e flag sets environment
> precedence on all variables. Sou
On 8 March 2011 17:11, Chris Rees wrote:
>
> On 8 Mar 2011 17:04, "David Demelier" wrote:
>>
>> Hello,
>>
>> I'm writing a port for a game, I setup a MANPREFIX= /share/man for almost
>> all the systems to install in the correct place.
>>
>> In the port Makefile I've tried to use MAKE_ENV= MANPREF
On 8 Mar 2011 17:04, "David Demelier" wrote:
>
> Hello,
>
> I'm writing a port for a game, I setup a MANPREFIX= /share/man for almost
all the systems to install in the correct place.
>
> In the port Makefile I've tried to use MAKE_ENV= MANPREFIX=/man to
override it, but it seems it's ignored.
>
>