Date: Thu, 1 Feb 2024 14:00:17 GMT From: Jan Beich <jbeich@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 542aa756b6b4 - main - x11/hybrid-bar: respect LINUXBASE Message-ID: <202402011400.411E0Ht6021975@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by jbeich: URL: https://cgit.FreeBSD.org/ports/commit/?id=542aa756b6b42b0e9ae3d2972dd47c94161d1671 commit 542aa756b6b42b0e9ae3d2972dd47c94161d1671 Author: Jan Beich <jbeich@FreeBSD.org> AuthorDate: 2024-02-01 12:58:23 +0000 Commit: Jan Beich <jbeich@FreeBSD.org> CommitDate: 2024-02-01 14:00:03 +0000 x11/hybrid-bar: respect LINUXBASE --- x11/hybrid-bar/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x11/hybrid-bar/Makefile b/x11/hybrid-bar/Makefile index 6193b31511bb..d22ae3f677e8 100644 --- a/x11/hybrid-bar/Makefile +++ b/x11/hybrid-bar/Makefile @@ -21,7 +21,7 @@ PLIST_FILES= bin/${PORTNAME} post-patch: # Generic nodes are not supported by procfs(5) - @${REINPLACE_CMD} -e 's,/proc,/compat/linux&,g' \ + @${REINPLACE_CMD} -e 's,/proc,${LINUXBASE}&,g' \ ${WRKSRC_crate_lxinfo}/src/info.rs .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202402011400.411E0Ht6021975>