x11/fnott: sync icons fix with fuzzel

(cherry picked from commit 39b2090290)
This commit is contained in:
Jan Beich 2021-10-09 11:19:06 +00:00
parent 9fcc8b222f
commit 2d3bb94d40

View File

@ -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>