svn commit: r338913 - head/x11-themes/cursor-grounation-theme

Antoine Brodin antoine at FreeBSD.org
Mon Jan 6 17:48:28 UTC 2014


Author: antoine
Date: Mon Jan  6 17:48:27 2014
New Revision: 338913
URL: http://svnweb.freebsd.org/changeset/ports/338913

Log:
  Stage support

Modified:
  head/x11-themes/cursor-grounation-theme/Makefile

Modified: head/x11-themes/cursor-grounation-theme/Makefile
==============================================================================
--- head/x11-themes/cursor-grounation-theme/Makefile	Mon Jan  6 17:42:50 2014	(r338912)
+++ head/x11-themes/cursor-grounation-theme/Makefile	Mon Jan  6 17:48:27 2014	(r338913)
@@ -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>


More information about the svn-ports-all mailing list