aboutsummaryrefslogtreecommitdiff
path: root/x11-themes
diff options
context:
space:
mode:
authorVeniamin Gvozdikov <vg@FreeBSD.org>2014-06-30 15:46:54 +0000
committerVeniamin Gvozdikov <vg@FreeBSD.org>2014-06-30 15:46:54 +0000
commit78bd22c25649bacb5fe025d9ee60d1cdb2a2cbaf (patch)
tree8cf25a97569e34908740b780e1eef975aeea6781 /x11-themes
parent557001df5df94038243e56492e2fb3312d46fa5e (diff)
downloadports-78bd22c25649bacb5fe025d9ee60d1cdb2a2cbaf.tar.gz
ports-78bd22c25649bacb5fe025d9ee60d1cdb2a2cbaf.zip
- Support staging
Submitted by: myself
Notes
Notes: svn path=/head/; revision=359870
Diffstat (limited to 'x11-themes')
-rw-r--r--x11-themes/cursor-chameleon-anthracite/Makefile1
-rw-r--r--x11-themes/cursor-chameleon-darkskyblue/Makefile1
-rw-r--r--x11-themes/cursor-chameleon-pearl/Makefile1
-rw-r--r--x11-themes/cursor-chameleon-skyblue/Makefile1
-rw-r--r--x11-themes/cursor-chameleon-white/Makefile1
-rw-r--r--x11-themes/cursor-chameleon-white/files/Makefile.common4
6 files changed, 2 insertions, 7 deletions
diff --git a/x11-themes/cursor-chameleon-anthracite/Makefile b/x11-themes/cursor-chameleon-anthracite/Makefile
index f07cd9224c66..dda6959b140a 100644
--- a/x11-themes/cursor-chameleon-anthracite/Makefile
+++ b/x11-themes/cursor-chameleon-anthracite/Makefile
@@ -16,6 +16,5 @@ LICENSE= GPLv2
THEME= Anthracite
-NO_STAGE= yes
.include "${.CURDIR}/../cursor-chameleon-white/files/Makefile.common"
.include <bsd.port.mk>
diff --git a/x11-themes/cursor-chameleon-darkskyblue/Makefile b/x11-themes/cursor-chameleon-darkskyblue/Makefile
index 014e14c54865..0b3e2be1bdc5 100644
--- a/x11-themes/cursor-chameleon-darkskyblue/Makefile
+++ b/x11-themes/cursor-chameleon-darkskyblue/Makefile
@@ -16,6 +16,5 @@ LICENSE= GPLv2
THEME= DarkSkyBlue
-NO_STAGE= yes
.include "${.CURDIR}/../cursor-chameleon-white/files/Makefile.common"
.include <bsd.port.mk>
diff --git a/x11-themes/cursor-chameleon-pearl/Makefile b/x11-themes/cursor-chameleon-pearl/Makefile
index 2c52600e9dd9..b1f3e42d52d2 100644
--- a/x11-themes/cursor-chameleon-pearl/Makefile
+++ b/x11-themes/cursor-chameleon-pearl/Makefile
@@ -16,6 +16,5 @@ LICENSE= GPLv2
THEME= Pearl
-NO_STAGE= yes
.include "${.CURDIR}/../cursor-chameleon-white/files/Makefile.common"
.include <bsd.port.mk>
diff --git a/x11-themes/cursor-chameleon-skyblue/Makefile b/x11-themes/cursor-chameleon-skyblue/Makefile
index 96a9f8437a2f..d35d086d2f98 100644
--- a/x11-themes/cursor-chameleon-skyblue/Makefile
+++ b/x11-themes/cursor-chameleon-skyblue/Makefile
@@ -16,6 +16,5 @@ LICENSE= GPLv2
THEME= SkyBlue
-NO_STAGE= yes
.include "${.CURDIR}/../cursor-chameleon-white/files/Makefile.common"
.include <bsd.port.mk>
diff --git a/x11-themes/cursor-chameleon-white/Makefile b/x11-themes/cursor-chameleon-white/Makefile
index b3370e33a0cc..3e705ce1004c 100644
--- a/x11-themes/cursor-chameleon-white/Makefile
+++ b/x11-themes/cursor-chameleon-white/Makefile
@@ -16,6 +16,5 @@ LICENSE= GPLv2
THEME= White
-NO_STAGE= yes
.include "${.CURDIR}/../cursor-chameleon-white/files/Makefile.common"
.include <bsd.port.mk>
diff --git a/x11-themes/cursor-chameleon-white/files/Makefile.common b/x11-themes/cursor-chameleon-white/files/Makefile.common
index 69e9bb0a9bd2..cae0868f71f9 100644
--- a/x11-themes/cursor-chameleon-white/files/Makefile.common
+++ b/x11-themes/cursor-chameleon-white/files/Makefile.common
@@ -4,11 +4,11 @@ PKGMESSAGE?= ${.CURDIR}/../../x11-themes/cursor-chameleon-white/pkg-message
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: