aboutsummaryrefslogtreecommitdiff
path: root/x11-themes/cursor-dmz-theme
diff options
context:
space:
mode:
authorEmanuel Haupt <ehaupt@FreeBSD.org>2014-02-07 13:45:49 +0000
committerEmanuel Haupt <ehaupt@FreeBSD.org>2014-02-07 13:45:49 +0000
commitee3125b03810f14d0d887b1210780e63d99748a3 (patch)
treeabe5688c62f4d4c448aa08f2573290f6ba25825e /x11-themes/cursor-dmz-theme
parentc347f532dc04c508332b093f2632f08e88da053c (diff)
downloadports-ee3125b03810f14d0d887b1210780e63d99748a3.tar.gz
ports-ee3125b03810f14d0d887b1210780e63d99748a3.zip
Support staging.
Notes
Notes: svn path=/head/; revision=343244
Diffstat (limited to 'x11-themes/cursor-dmz-theme')
-rw-r--r--x11-themes/cursor-dmz-theme/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/x11-themes/cursor-dmz-theme/Makefile b/x11-themes/cursor-dmz-theme/Makefile
index 5e73bbcb4071..8eeb4676a72c 100644
--- a/x11-themes/cursor-dmz-theme/Makefile
+++ b/x11-themes/cursor-dmz-theme/Makefile
@@ -15,10 +15,9 @@ NO_BUILD= yes
WRKSRC= ${WRKDIR}
-NO_STAGE= yes
do-install:
- @${MKDIR} ${PREFIX}/lib/X11/icons/Vanilla-DMZ/cursors
+ ${MKDIR} ${STAGEDIR}${PREFIX}/lib/X11/icons/Vanilla-DMZ/cursors
cd ${WRKSRC}/Vanilla-DMZ/cursors \
- && ${FIND} * | ${CPIO} -pdmu ${PREFIX}/lib/X11/icons/Vanilla-DMZ/cursors
+ && ${FIND} * | ${CPIO} -pdmu ${STAGEDIR}${PREFIX}/lib/X11/icons/Vanilla-DMZ/cursors
.include <bsd.port.mk>