aboutsummaryrefslogtreecommitdiff
path: root/x11-themes/cursor-neutral-theme/Makefile
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2014-01-06 17:54:04 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2014-01-06 17:54:04 +0000
commitfc7a364050560492ee963d4cb923f02100adfeb4 (patch)
tree885d6ca3c62868d1d0ef2e54b2c887aeb1067291 /x11-themes/cursor-neutral-theme/Makefile
parent80db725e0b80eb53097ab99fc735bce495e01ae3 (diff)
downloadports-fc7a364050560492ee963d4cb923f02100adfeb4.tar.gz
ports-fc7a364050560492ee963d4cb923f02100adfeb4.zip
Notes
Diffstat (limited to 'x11-themes/cursor-neutral-theme/Makefile')
-rw-r--r--x11-themes/cursor-neutral-theme/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/x11-themes/cursor-neutral-theme/Makefile b/x11-themes/cursor-neutral-theme/Makefile
index f205f289b3f3..e8831ad19185 100644
--- a/x11-themes/cursor-neutral-theme/Makefile
+++ b/x11-themes/cursor-neutral-theme/Makefile
@@ -15,10 +15,9 @@ NO_BUILD= yes
WRKSRC= ${WRKDIR}/neutral
-NO_STAGE= yes
do-install:
- @${MKDIR} ${PREFIX}/lib/X11/icons/neutral/cursors
- cd ${WRKSRC}/cursors \
- && ${INSTALL_DATA} * ${PREFIX}/lib/X11/icons/neutral/cursors
+ @${MKDIR} ${STAGEDIR}${PREFIX}/lib/X11/icons/neutral/cursors
+ ${INSTALL_DATA} ${WRKSRC}/cursors/* \
+ ${STAGEDIR}${PREFIX}/lib/X11/icons/neutral/cursors
.include <bsd.port.mk>