aboutsummaryrefslogtreecommitdiff
path: root/x11-themes/qogir-icon-themes/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'x11-themes/qogir-icon-themes/Makefile')
-rw-r--r--x11-themes/qogir-icon-themes/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/x11-themes/qogir-icon-themes/Makefile b/x11-themes/qogir-icon-themes/Makefile
index 5c31c95265ef..98e0b37d28c9 100644
--- a/x11-themes/qogir-icon-themes/Makefile
+++ b/x11-themes/qogir-icon-themes/Makefile
@@ -21,9 +21,10 @@ GH_ACCOUNT= vinceliuice
GH_PROJECT= Qogir-icon-theme
NO_ARCH= yes
NO_BUILD= yes
+BINARY_ALIAS= gtk-update-icon-cache=${TRUE}
do-install:
@${MKDIR} ${STAGEDIR}${PREFIX}/share/icons
- ${WRKSRC}/install.sh -d ${STAGEDIR}${PREFIX}/share/icons
+ ${SETENV} PATH="${PATH}" ${WRKSRC}/install.sh -d ${STAGEDIR}${PREFIX}/share/icons
.include <bsd.port.mk>