diff options
author | Grzegorz Blach <gblach@FreeBSD.org> | 2013-09-29 09:58:16 +0000 |
---|---|---|
committer | Grzegorz Blach <gblach@FreeBSD.org> | 2013-09-29 09:58:16 +0000 |
commit | 849745edaf395d1c9c3f59d1cb99f8d748ce5e87 (patch) | |
tree | 0001dee4141e98476e9f796bb0425e1e5677fbf7 /x11-themes | |
parent | 575aacbecdedbd2d0c367714d24926fc43ace927 (diff) |
- Support staging
Approved by: crees, tabthorpe (mentors, implicit)
Notes
Notes:
svn path=/head/; revision=328662
Diffstat (limited to 'x11-themes')
-rw-r--r-- | x11-themes/cursor-neutral-white-theme/Makefile | 7 |
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> |