aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Beich <jbeich@FreeBSD.org>2021-10-09 11:19:06 +0000
committerJan Beich <jbeich@FreeBSD.org>2021-10-09 11:25:11 +0000
commit2d3bb94d4050b48640f36e02302a602005f28f02 (patch)
tree5a05448994b326dcf285a557c402f90c4d7291fa
parent9fcc8b222f564a1b70e90154d46a8af4a0274871 (diff)
downloadports-2d3bb94d4050b48640f36e02302a602005f28f02.tar.gz
ports-2d3bb94d4050b48640f36e02302a602005f28f02.zip
x11/fnott: sync icons fix with fuzzel
(cherry picked from commit 39b2090290c46e84f6398f3ff18f7edeb6f926f4)
-rw-r--r--x11/fnott/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/x11/fnott/Makefile b/x11/fnott/Makefile
index 3094fea6f501..91915f10805d 100644
--- a/x11/fnott/Makefile
+++ b/x11/fnott/Makefile
@@ -24,7 +24,8 @@ USE_XORG= pixman
WRKSRC= ${WRKDIR}/${PORTNAME}
post-patch:
- @${REINPLACE_CMD} 's,/usr/local,${PREFIX},g' \
+# Respect PREFIX for icons
+ @${REINPLACE_CMD} 's,/usr/share,${DATADIR:H},' \
${WRKSRC}/xdg.c
.include <bsd.port.mk>