Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 5 Apr 2023 15:50:01 GMT
From:      =?utf-8?Q?Fernando=20Apestegu=C3=ADa?= <fernape@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: a5de2b4882bd - main - devel/samurai: Proper fix for PREFIX variable
Message-ID:  <202304051550.335Fo1Zl001510@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by fernape:

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(-)

diff --git a/devel/samurai/files/patch-Makefile b/devel/samurai/files/patch-Makefile
index 2945261336bd..0f74b5cab567 100644
--- a/devel/samurai/files/patch-Makefile
+++ b/devel/samurai/files/patch-Makefile
@@ -5,7 +5,7 @@
  .PHONY: all install clean
  
 -PREFIX=/usr/local
-+PREFIX=${LOCALBASE}
++PREFIX?=/usr/local
  BINDIR=$(PREFIX)/bin
  MANDIR=$(PREFIX)/share/man
 -ALL_CFLAGS=$(CFLAGS) -std=c99 -Wall -Wextra -Wpedantic -Wno-unused-parameter



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202304051550.335Fo1Zl001510>