aboutsummaryrefslogtreecommitdiffstats
path: root/x11-themes
diff options
context:
space:
mode:
authorolgeni <olgeni@FreeBSD.org>2014-05-23 18:56:51 +0800
committerolgeni <olgeni@FreeBSD.org>2014-05-23 18:56:51 +0800
commit60123a311568bc3d9e2fb4afdf79db0cc9cd82e6 (patch)
tree18d8af7c3da345dd2dccd5ba047f36f5b54ec712 /x11-themes
parentc88e30d2c2a52edec1b15e9316dd099dfc2a0e6c (diff)
downloadfreebsd-ports-gnome-60123a311568bc3d9e2fb4afdf79db0cc9cd82e6.tar.gz
freebsd-ports-gnome-60123a311568bc3d9e2fb4afdf79db0cc9cd82e6.tar.zst
freebsd-ports-gnome-60123a311568bc3d9e2fb4afdf79db0cc9cd82e6.zip
Add staging support.
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>