Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 23 May 2014 10:56:52 +0000 (UTC)
From:      Jimmy Olgeni <olgeni@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r354925 - head/x11-themes/gnome-icons-jini
Message-ID:  <201405231056.s4NAuqkP073328@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: olgeni
Date: Fri May 23 10:56:51 2014
New Revision: 354925
URL: http://svnweb.freebsd.org/changeset/ports/354925
QAT: https://qat.redports.org/buildarchive/r354925/

Log:
  Add staging support.

Modified:
  head/x11-themes/gnome-icons-jini/Makefile

Modified: head/x11-themes/gnome-icons-jini/Makefile
==============================================================================
--- head/x11-themes/gnome-icons-jini/Makefile	Fri May 23 10:55:42 2014	(r354924)
+++ head/x11-themes/gnome-icons-jini/Makefile	Fri May 23 10:56:51 2014	(r354925)
@@ -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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201405231056.s4NAuqkP073328>