aboutsummaryrefslogtreecommitdiffstats
path: root/x11-themes
diff options
context:
space:
mode:
authorehaupt <ehaupt@FreeBSD.org>2014-02-07 21:43:01 +0800
committerehaupt <ehaupt@FreeBSD.org>2014-02-07 21:43:01 +0800
commit764c345d34a16dcd4bde9a73379c7d199af43bed (patch)
tree0816de5d608e65612b0af4adb3c7265a9c5f4958 /x11-themes
parent3da0f2ee24acee73e4713d46af3c1b08c2133695 (diff)
downloadfreebsd-ports-gnome-764c345d34a16dcd4bde9a73379c7d199af43bed.tar.gz
freebsd-ports-gnome-764c345d34a16dcd4bde9a73379c7d199af43bed.tar.zst
freebsd-ports-gnome-764c345d34a16dcd4bde9a73379c7d199af43bed.zip
Support staging.
Diffstat (limited to 'x11-themes')
-rw-r--r--x11-themes/cursor-jimmac-theme/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/x11-themes/cursor-jimmac-theme/Makefile b/x11-themes/cursor-jimmac-theme/Makefile
index bfe8fdde5891..37cfd0a370aa 100644
--- a/x11-themes/cursor-jimmac-theme/Makefile
+++ b/x11-themes/cursor-jimmac-theme/Makefile
@@ -15,10 +15,9 @@ NO_BUILD= yes
WRKSRC= ${WRKDIR}/Jimmac
-NO_STAGE= yes
do-install:
- @${MKDIR} ${PREFIX}/lib/X11/icons/Jimmac/cursors
+ ${MKDIR} ${STAGEDIR}${PREFIX}/lib/X11/icons/Jimmac/cursors
cd ${WRKSRC}/jimmac/cursors \
- && ${INSTALL_DATA} * ${PREFIX}/lib/X11/icons/Jimmac/cursors
+ && ${INSTALL_DATA} * ${STAGEDIR}${PREFIX}/lib/X11/icons/Jimmac/cursors
.include <bsd.port.mk>