svn commit: r328662 - head/x11-themes/cursor-neutral-white-theme
Grzegorz Blach
gblach at FreeBSD.org
Sun Sep 29 09:58:17 UTC 2013
Author: gblach
Date: Sun Sep 29 09:58:16 2013
New Revision: 328662
URL: http://svnweb.freebsd.org/changeset/ports/328662
Log:
- Support staging
Approved by: crees, tabthorpe (mentors, implicit)
Modified:
head/x11-themes/cursor-neutral-white-theme/Makefile
Modified: head/x11-themes/cursor-neutral-white-theme/Makefile
==============================================================================
--- head/x11-themes/cursor-neutral-white-theme/Makefile Sun Sep 29 09:55:47 2013 (r328661)
+++ head/x11-themes/cursor-neutral-white-theme/Makefile Sun Sep 29 09:58:16 2013 (r328662)
@@ -15,10 +15,9 @@ NO_BUILD= yes
WRKSRC= ${WRKDIR}/Neutral++_White
-NO_STAGE= yes
do-install:
- @${MKDIR} ${PREFIX}/lib/X11/icons/Neutral++_White/cursors
- cd ${WRKSRC}/cursors \
- && ${INSTALL_DATA} * ${PREFIX}/lib/X11/icons/Neutral++_White/cursors
+ @${MKDIR} ${STAGEDIR}${PREFIX}/lib/X11/icons/Neutral++_White/cursors
+ cd ${WRKSRC}/cursors && ${INSTALL_DATA} * \
+ ${STAGEDIR}${PREFIX}/lib/X11/icons/Neutral++_White/cursors
.include <bsd.port.mk>
More information about the svn-ports-head
mailing list