diff options
-rw-r--r-- | x11/nwg-launchers/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/x11/nwg-launchers/Makefile b/x11/nwg-launchers/Makefile index a26ce984e0f2..3f95d93fe905 100644 --- a/x11/nwg-launchers/Makefile +++ b/x11/nwg-launchers/Makefile @@ -23,4 +23,8 @@ USE_GITHUB= yes USE_GNOME= gtkmm30 GH_ACCOUNT= nwg-piotr +post-patch: +# Respect PREFIX when looking for .desktop files + @${REINPLACE_CMD} 's,/usr/local,${PREFIX},' ${WRKSRC}/grid/grid_tools.cc + .include <bsd.port.mk> |