aboutsummaryrefslogtreecommitdiffstats
path: root/x11-themes
diff options
context:
space:
mode:
authorgblach <gblach@FreeBSD.org>2013-09-29 17:58:16 +0800
committergblach <gblach@FreeBSD.org>2013-09-29 17:58:16 +0800
commit180d9e5103786c865afb46845e71c34a1397bc41 (patch)
tree0001dee4141e98476e9f796bb0425e1e5677fbf7 /x11-themes
parentea268b04db90709985d420a12618e4cad051d7fe (diff)
downloadfreebsd-ports-gnome-180d9e5103786c865afb46845e71c34a1397bc41.tar.gz
freebsd-ports-gnome-180d9e5103786c865afb46845e71c34a1397bc41.tar.zst
freebsd-ports-gnome-180d9e5103786c865afb46845e71c34a1397bc41.zip
- Support staging
Approved by: crees, tabthorpe (mentors, implicit)
Diffstat (limited to 'x11-themes')
-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>