Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 6 Jan 2014 17:48:27 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r338913 - head/x11-themes/cursor-grounation-theme
Message-ID:  <201401061748.s06HmRte065261@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201401061748.s06HmRte065261>