Date: Tue, 5 Dec 2023 01:38:27 GMT From: Larry Rosenman <ler@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: c78f39ad94e8 - main - sysutils/lsof: /usr/local -> ${LOCALBASE} Message-ID: <202312050138.3B51cRfl015126@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by ler: URL: https://cgit.FreeBSD.org/ports/commit/?id=c78f39ad94e864dc23c3052f1fe7dd043158dc53 commit c78f39ad94e864dc23c3052f1fe7dd043158dc53 Author: Larry Rosenman <ler@FreeBSD.org> AuthorDate: 2023-12-05 01:37:18 +0000 Commit: Larry Rosenman <ler@FreeBSD.org> CommitDate: 2023-12-05 01:38:22 +0000 sysutils/lsof: /usr/local -> ${LOCALBASE} Ooops, I'm out of practice. Reported by: ashish@ --- sysutils/lsof/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sysutils/lsof/Makefile b/sysutils/lsof/Makefile index 65fe53ae4ca8..d5b697768ec3 100644 --- a/sysutils/lsof/Makefile +++ b/sysutils/lsof/Makefile @@ -42,7 +42,7 @@ CONFIGURE_SCRIPT= Configure CONFIGURE_ARGS= -n freebsd CONFIGURE_ENV= FREEBSD_SYS="${SRC_BASE}/sys" \ LSOF_CC="${CC}" -BUILD_DEPENDS= /usr/local/bin/bash:shells/bash +BUILD_DEPENDS= ${LOCALBASE}/bin/bash:shells/bash # GCC needs -lzfs -lzpool for reasons unknown. If someone can # figure out why, I (ler) am all ears.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202312050138.3B51cRfl015126>