Date: Mon, 30 Jun 2014 15:46:55 +0000 (UTC) From: Veniamin Gvozdikov <vg@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: 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 Message-ID: <201406301546.s5UFktrw064155@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201406301546.s5UFktrw064155>