summaryrefslogtreecommitdiff
path: root/x11/wezterm
diff options
context:
space:
mode:
authorJan Beich <jbeich@FreeBSD.org>2022-08-07 20:26:44 +0000
committerJan Beich <jbeich@FreeBSD.org>2022-08-07 21:05:53 +0000
commit056f940666db5c9c992ac14a5f97738647c2e441 (patch)
tree36faad6faa081a98796f09170297a28b6f59c601 /x11/wezterm
parentbiology/kmcp: New port: Accurate metagenomic profiling & fast large-scale ge... (diff)
x11/wezterm: respect LOCALBASE for cursor icons
Diffstat (limited to 'x11/wezterm')
-rw-r--r--x11/wezterm/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/x11/wezterm/Makefile b/x11/wezterm/Makefile
index 034f2572d9f2..4e90ca038c21 100644
--- a/x11/wezterm/Makefile
+++ b/x11/wezterm/Makefile
@@ -572,6 +572,9 @@ PORTDOCS= html
post-patch:
# Extract (snapshot) version from the port instead of .tag file
@${ECHO_CMD} '${DISTVERSIONFULL}' >${WRKSRC}/.tag
+# Respect LOCALBASE for cursors
+ @${REINPLACE_CMD} 's,/usr/share,${LOCALBASE}/share,' \
+ ${WRKSRC}/window/src/os/x11/cursor.rs
do-build-DOCS-on:
# Build HTML documentation similar to ci/build-docs.sh