aboutsummaryrefslogtreecommitdiffstats
path: root/x11-themes
diff options
context:
space:
mode:
Diffstat (limited to 'x11-themes')
-rw-r--r--x11-themes/gnome-icons-jini/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/x11-themes/gnome-icons-jini/Makefile b/x11-themes/gnome-icons-jini/Makefile
index 60ee286282bd..9a0dd01afe20 100644
--- a/x11-themes/gnome-icons-jini/Makefile
+++ b/x11-themes/gnome-icons-jini/Makefile
@@ -15,7 +15,6 @@ WRKSRC= ${WRKDIR}
WANT_GNOME= yes
INSTALLS_ICONS= yes
-NO_STAGE= yes
post-extract:
@for FILE in ${WRKDIR}/JiniOrange/scalable/apps/haansoft-hwp.svg \
${WRKDIR}/JiniYellowishGreen/scalable/apps/haansoft-hwp.svg \
@@ -26,6 +25,6 @@ post-extract:
done
do-install:
- @cd ${WRKDIR} && ${FIND} Jini* | ${CPIO} -pdu ${PREFIX}/share/icons
+ cd ${WRKDIR} && ${FIND} Jini* | ${CPIO} -pdu ${STAGEDIR}${PREFIX}/share/icons
.include <bsd.port.mk>