aboutsummaryrefslogtreecommitdiff
path: root/x11/fnott/Makefile
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:23:49 +0000
commit39b2090290c46e84f6398f3ff18f7edeb6f926f4 (patch)
treecf2de93b18f8d084d0a3549f03443280545a51bd /x11/fnott/Makefile
parent6a4df4779119f34028b1f5ba3d47e830db7b293a (diff)
downloadports-39b2090290c46e84f6398f3ff18f7edeb6f926f4.tar.gz
ports-39b2090290c46e84f6398f3ff18f7edeb6f926f4.zip
x11/fnott: sync icons fix with fuzzel
Diffstat (limited to 'x11/fnott/Makefile')
-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>