[Bug 275487] x11-themes/xfce-icons-elementary (still) not prefix-safe

From: <bugzilla-noreply_at_freebsd.org>
Date: Sat, 02 Dec 2023 20:49:22 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=275487

--- Comment #5 from Mikhail T. <mi@ALDAN.algebra.com> ---
(In reply to Guido Falsi from comment #2)
> The PREFIX variable is already included by default in MAKE_ENV

Being part of the /environment/ is unsufficient to overwrite the assignment
inside Makefile. My patch makes part of the MAKE_ARGS, which is stronger.

Alternatively, one can add `-e PREFIX` to the arguments -- to indicate, that in
the case of this particular variable (PREFIX), the value found in the
environment (if any) shall trump the setting inside Makefile.

Either way a change to MAKE_ARGS is necessary, and, I think, mine is more
straightforward.

-- 
You are receiving this mail because:
You are the assignee for the bug.