aboutsummaryrefslogtreecommitdiff
path: root/x11-themes/cursor-chameleon-white
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/cursor-chameleon-white
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/cursor-chameleon-white')
-rw-r--r--x11-themes/cursor-chameleon-white/Makefile1
-rw-r--r--x11-themes/cursor-chameleon-white/files/Makefile.common4
2 files changed, 2 insertions, 3 deletions
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: