svn commit: r359870 - in head/x11-themes: cursor-chameleon-anthracite cursor-chameleon-darkskyblue cursor-chameleon-pearl cursor-chameleon-skyblue cursor-chameleon-white cursor-chameleon-white/files

Veniamin Gvozdikov vg at FreeBSD.org
Mon Jun 30 15:46:56 UTC 2014


Author: vg
Date: Mon Jun 30 15:46:54 2014
New Revision: 359870
URL: http://svnweb.freebsd.org/changeset/ports/359870
QAT: https://qat.redports.org/buildarchive/r359870/

Log:
  - Support staging
  
  Submitted by:	myself

Modified:
  head/x11-themes/cursor-chameleon-anthracite/Makefile
  head/x11-themes/cursor-chameleon-darkskyblue/Makefile
  head/x11-themes/cursor-chameleon-pearl/Makefile
  head/x11-themes/cursor-chameleon-skyblue/Makefile
  head/x11-themes/cursor-chameleon-white/Makefile
  head/x11-themes/cursor-chameleon-white/files/Makefile.common

Modified: head/x11-themes/cursor-chameleon-anthracite/Makefile
==============================================================================
--- head/x11-themes/cursor-chameleon-anthracite/Makefile	Mon Jun 30 15:44:50 2014	(r359869)
+++ head/x11-themes/cursor-chameleon-anthracite/Makefile	Mon Jun 30 15:46:54 2014	(r359870)
@@ -16,6 +16,5 @@ LICENSE=	GPLv2
 
 THEME=		Anthracite
 
-NO_STAGE=	yes
 .include "${.CURDIR}/../cursor-chameleon-white/files/Makefile.common"
 .include <bsd.port.mk>

Modified: head/x11-themes/cursor-chameleon-darkskyblue/Makefile
==============================================================================
--- head/x11-themes/cursor-chameleon-darkskyblue/Makefile	Mon Jun 30 15:44:50 2014	(r359869)
+++ head/x11-themes/cursor-chameleon-darkskyblue/Makefile	Mon Jun 30 15:46:54 2014	(r359870)
@@ -16,6 +16,5 @@ LICENSE=	GPLv2
 
 THEME=		DarkSkyBlue
 
-NO_STAGE=	yes
 .include "${.CURDIR}/../cursor-chameleon-white/files/Makefile.common"
 .include <bsd.port.mk>

Modified: head/x11-themes/cursor-chameleon-pearl/Makefile
==============================================================================
--- head/x11-themes/cursor-chameleon-pearl/Makefile	Mon Jun 30 15:44:50 2014	(r359869)
+++ head/x11-themes/cursor-chameleon-pearl/Makefile	Mon Jun 30 15:46:54 2014	(r359870)
@@ -16,6 +16,5 @@ LICENSE=	GPLv2
 
 THEME=		Pearl
 
-NO_STAGE=	yes
 .include "${.CURDIR}/../cursor-chameleon-white/files/Makefile.common"
 .include <bsd.port.mk>

Modified: head/x11-themes/cursor-chameleon-skyblue/Makefile
==============================================================================
--- head/x11-themes/cursor-chameleon-skyblue/Makefile	Mon Jun 30 15:44:50 2014	(r359869)
+++ head/x11-themes/cursor-chameleon-skyblue/Makefile	Mon Jun 30 15:46:54 2014	(r359870)
@@ -16,6 +16,5 @@ LICENSE=	GPLv2
 
 THEME=		SkyBlue
 
-NO_STAGE=	yes
 .include "${.CURDIR}/../cursor-chameleon-white/files/Makefile.common"
 .include <bsd.port.mk>

Modified: head/x11-themes/cursor-chameleon-white/Makefile
==============================================================================
--- head/x11-themes/cursor-chameleon-white/Makefile	Mon Jun 30 15:44:50 2014	(r359869)
+++ head/x11-themes/cursor-chameleon-white/Makefile	Mon Jun 30 15:46:54 2014	(r359870)
@@ -16,6 +16,5 @@ LICENSE=	GPLv2
 
 THEME=		White
 
-NO_STAGE=	yes
 .include "${.CURDIR}/../cursor-chameleon-white/files/Makefile.common"
 .include <bsd.port.mk>

Modified: head/x11-themes/cursor-chameleon-white/files/Makefile.common
==============================================================================
--- head/x11-themes/cursor-chameleon-white/files/Makefile.common	Mon Jun 30 15:44:50 2014	(r359869)
+++ head/x11-themes/cursor-chameleon-white/files/Makefile.common	Mon Jun 30 15:46:54 2014	(r359870)
@@ -4,11 +4,11 @@ PKGMESSAGE?=	${.CURDIR}/../../x11-themes
 
 do-install:
 .for i in Large Regular Small
-	${MKDIR} ${PREFIX}/lib/X11/icons/${PORTNAME}${PKGNAMESUFFIX}-${i:tl}
+	${MKDIR} ${STAGEDIR}${PREFIX}/lib/X11/icons/${PORTNAME}${PKGNAMESUFFIX}-${i:tl}
 	cd ${WRKDIR}/Chameleon-${THEME}-${i}-${PORTVERSION} && \
 		${RM} -f build.info COPYRIGHT LICENSE && \
 		${COPYTREE_SHARE} \* \
-		${PREFIX}/lib/X11/icons/${PORTNAME}${PKGNAMESUFFIX}-${i:tl}
+		${STAGEDIR}${PREFIX}/lib/X11/icons/${PORTNAME}${PKGNAMESUFFIX}-${i:tl}
 .endfor
 
 post-install:


More information about the svn-ports-head mailing list