git: 542aa756b6b4 - main - x11/hybrid-bar: respect LINUXBASE
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 01 Feb 2024 14:00:17 UTC
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>