x11-wm/wayfire-plugins-extra: respect PREFIX after f081b8b768

(cherry picked from commit 2d26e2d782)
This commit is contained in:
Jan Beich 2021-12-20 14:54:40 +00:00
parent 8133b76614
commit 876d155e09

View File

@ -41,4 +41,9 @@ LIBRSVG2_USES= xorg
LIBRSVG2_USE= GNOME=librsvg2 XORG=pixman
LIBRSVG2_MESON_TRUE= enable_windecor
post-patch:
# Respect PREFIX for icons
@${REINPLACE_CMD} 's,/usr/share,${DATADIR:H},' \
${WRKSRC}/subprojects/windecor/deco-theme.cpp
.include <bsd.port.mk>