Created attachment 241254 [details] Fix the LOCALBASE is not /usr/local
Committed, Thanks!
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=e933541b2131d644ce243630544bcf210fb4be84 commit e933541b2131d644ce243630544bcf210fb4be84 Author: Eric Camachat <eric@camachat.org> AuthorDate: 2023-04-03 07:27:34 +0000 Commit: Fernando Apesteguía <fernape@FreeBSD.org> CommitDate: 2023-04-05 05:38:52 +0000 devel/samurai: Fix if LOCALBASE is not /usr/local PR: 270590 Reported by: eric@camachat.org devel/samurai/Makefile | 1 + devel/samurai/files/patch-Makefile | 10 +++++++--- 2 files changed, 8 insertions(+), 3 deletions(-)
This looks wrong, PREFIX != LOCALBASE. In fact, we do pass PREFIX via MAKE_ENV, so the right fix should probably be: -PREFIX=/usr/local +PREFIX?=/usr/local
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=a5de2b4882bd8e2949664d5643b81a1660441b91 commit a5de2b4882bd8e2949664d5643b81a1660441b91 Author: Fernando Apesteguía <fernape@FreeBSD.org> AuthorDate: 2023-04-05 08:27:11 +0000 Commit: Fernando Apesteguía <fernape@FreeBSD.org> CommitDate: 2023-04-05 15:45:26 +0000 devel/samurai: Proper fix for PREFIX variable PR: 270590 Reported by: danfe@ devel/samurai/files/patch-Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)