svn commit: r354925 - head/x11-themes/gnome-icons-jini

Jimmy Olgeni olgeni at FreeBSD.org
Fri May 23 10:56:52 UTC 2014


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>


More information about the svn-ports-head mailing list