aboutsummaryrefslogtreecommitdiff
path: root/x11-themes/cursor-neutral-white-theme
diff options
context:
space:
mode:
authorGrzegorz Blach <gblach@FreeBSD.org>2013-09-29 09:58:16 +0000
committerGrzegorz Blach <gblach@FreeBSD.org>2013-09-29 09:58:16 +0000
commit849745edaf395d1c9c3f59d1cb99f8d748ce5e87 (patch)
tree0001dee4141e98476e9f796bb0425e1e5677fbf7 /x11-themes/cursor-neutral-white-theme
parent575aacbecdedbd2d0c367714d24926fc43ace927 (diff)
downloadports-849745edaf395d1c9c3f59d1cb99f8d748ce5e87.tar.gz
ports-849745edaf395d1c9c3f59d1cb99f8d748ce5e87.zip
- Support staging
Approved by: crees, tabthorpe (mentors, implicit)
Notes
Notes: svn path=/head/; revision=328662
Diffstat (limited to 'x11-themes/cursor-neutral-white-theme')
-rw-r--r--x11-themes/cursor-neutral-white-theme/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/x11-themes/cursor-neutral-white-theme/Makefile b/x11-themes/cursor-neutral-white-theme/Makefile
index 160b5e0531e5..62ef1d1a3e7c 100644
--- a/x11-themes/cursor-neutral-white-theme/Makefile
+++ b/x11-themes/cursor-neutral-white-theme/Makefile
@@ -15,10 +15,9 @@ NO_BUILD= yes
WRKSRC= ${WRKDIR}/Neutral++_White
-NO_STAGE= yes
do-install:
- @${MKDIR} ${PREFIX}/lib/X11/icons/Neutral++_White/cursors
- cd ${WRKSRC}/cursors \
- && ${INSTALL_DATA} * ${PREFIX}/lib/X11/icons/Neutral++_White/cursors
+ @${MKDIR} ${STAGEDIR}${PREFIX}/lib/X11/icons/Neutral++_White/cursors
+ cd ${WRKSRC}/cursors && ${INSTALL_DATA} * \
+ ${STAGEDIR}${PREFIX}/lib/X11/icons/Neutral++_White/cursors
.include <bsd.port.mk>