git: 39b2090290c4 - main - x11/fnott: sync icons fix with fuzzel
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 09 Oct 2021 11:24:04 UTC
The branch main has been updated by jbeich: URL: https://cgit.FreeBSD.org/ports/commit/?id=39b2090290c46e84f6398f3ff18f7edeb6f926f4 commit 39b2090290c46e84f6398f3ff18f7edeb6f926f4 Author: Jan Beich <jbeich@FreeBSD.org> AuthorDate: 2021-10-09 11:19:06 +0000 Commit: Jan Beich <jbeich@FreeBSD.org> CommitDate: 2021-10-09 11:23:49 +0000 x11/fnott: sync icons fix with fuzzel --- x11/fnott/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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>