From 60123a311568bc3d9e2fb4afdf79db0cc9cd82e6 Mon Sep 17 00:00:00 2001 From: olgeni Date: Fri, 23 May 2014 10:56:51 +0000 Subject: Add staging support. --- x11-themes/gnome-icons-jini/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'x11-themes') 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 -- cgit