aboutsummaryrefslogtreecommitdiffstats
path: root/x11-themes/cursor-grounation-theme
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2014-01-07 01:48:27 +0800
committerAntoine Brodin <antoine@FreeBSD.org>2014-01-07 01:48:27 +0800
commit80db725e0b80eb53097ab99fc735bce495e01ae3 (patch)
tree17acf1422f8561beea86fd6bb1b293b51a121125 /x11-themes/cursor-grounation-theme
parentfba085610badb07dc8082a5c313636135b14c38e (diff)
downloadfreebsd-ports-gnome-80db725e0b80eb53097ab99fc735bce495e01ae3.tar.gz
freebsd-ports-gnome-80db725e0b80eb53097ab99fc735bce495e01ae3.tar.zst
freebsd-ports-gnome-80db725e0b80eb53097ab99fc735bce495e01ae3.zip
Stage support
Diffstat (limited to 'x11-themes/cursor-grounation-theme')
-rw-r--r--x11-themes/cursor-grounation-theme/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/x11-themes/cursor-grounation-theme/Makefile b/x11-themes/cursor-grounation-theme/Makefile
index 9d26d62d795c..26d01a2fa259 100644
--- a/x11-themes/cursor-grounation-theme/Makefile
+++ b/x11-themes/cursor-grounation-theme/Makefile
@@ -16,10 +16,9 @@ USE_BZIP2= yes
WRKSRC= ${WRKDIR}/Grounation-${PORTVERSION}
-NO_STAGE= yes
do-install:
- @${MKDIR} ${PREFIX}/lib/X11/icons/grounation/cursors
- cd ${WRKSRC}/Grounation/cursors \
- && ${INSTALL_DATA} * ${PREFIX}/lib/X11/icons/grounation/cursors
+ @${MKDIR} ${STAGEDIR}${PREFIX}/lib/X11/icons/grounation/cursors
+ ${INSTALL_DATA} ${WRKSRC}/Grounation/cursors/* \
+ ${STAGEDIR}${PREFIX}/lib/X11/icons/grounation/cursors
.include <bsd.port.mk>