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