aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Beich <jbeich@FreeBSD.org>2024-02-01 12:58:23 +0000
committerJan Beich <jbeich@FreeBSD.org>2024-02-01 14:00:03 +0000
commit542aa756b6b42b0e9ae3d2972dd47c94161d1671 (patch)
treee71cfea9d93a799e8f29967089945f5e7ab4c8c8
parenta02b73e321dc3fcb2c29b83af532452a13c19409 (diff)
downloadports-542aa756b6b42b0e9ae3d2972dd47c94161d1671.tar.gz
ports-542aa756b6b42b0e9ae3d2972dd47c94161d1671.zip
x11/hybrid-bar: respect LINUXBASE
-rw-r--r--x11/hybrid-bar/Makefile2
1 files changed, 1 insertions, 1 deletions
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>