[Bug 275487] x11-themes/xfce-icons-elementary (still) not prefix-safe
Date: Sat, 02 Dec 2023 20:45:15 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=275487 --- Comment #3 from Mikhail T. <mi@ALDAN.algebra.com> --- > The PREFIX variable is already included by default in MAKE_ENV Maybe, that's only true during some stages :( Without the PREFIX added explicitly, all of the files (except license) are installed under work/stage/usr/local instead of work/stage/opt here, and I get an error during "make package": mi@aldan:ports/x11-themes/xfce-icons-elementary (1150) find work/stage/opt -type f work/stage/opt/share/licenses/xfce-icons-elementary-0.18/catalog.mk work/stage/opt/share/licenses/xfce-icons-elementary-0.18/LICENSE work/stage/opt/share/licenses/xfce-icons-elementary-0.18/GPLv2 mi@aldan:ports/x11-themes/xfce-icons-elementary (1151) find work/stage/usr/local -type f | wc -l 8803 In fact, that's exactly why I bothered to submit this PR in the first place -- had it worked properly (during the rebuild of xfce), I wouldn't even have noticed the CFLAGS nit... -- You are receiving this mail because: You are the assignee for the bug.