Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 7 Feb 2014 13:45:50 +0000 (UTC)
From:      Emanuel Haupt <ehaupt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r343244 - head/x11-themes/cursor-dmz-theme
Message-ID:  <201402071345.s17DjoLj036870@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ehaupt
Date: Fri Feb  7 13:45:49 2014
New Revision: 343244
URL: http://svnweb.freebsd.org/changeset/ports/343244
QAT: https://qat.redports.org/buildarchive/r343244/

Log:
  Support staging.

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

Modified: head/x11-themes/cursor-dmz-theme/Makefile
==============================================================================
--- head/x11-themes/cursor-dmz-theme/Makefile	Fri Feb  7 13:44:44 2014	(r343243)
+++ head/x11-themes/cursor-dmz-theme/Makefile	Fri Feb  7 13:45:49 2014	(r343244)
@@ -15,10 +15,9 @@ NO_BUILD=	yes
 
 WRKSRC=		${WRKDIR}
 
-NO_STAGE=	yes
 do-install:
-	@${MKDIR} ${PREFIX}/lib/X11/icons/Vanilla-DMZ/cursors
+	${MKDIR} ${STAGEDIR}${PREFIX}/lib/X11/icons/Vanilla-DMZ/cursors
 	cd ${WRKSRC}/Vanilla-DMZ/cursors \
-		&& ${FIND} * | ${CPIO} -pdmu ${PREFIX}/lib/X11/icons/Vanilla-DMZ/cursors
+		&& ${FIND} * | ${CPIO} -pdmu ${STAGEDIR}${PREFIX}/lib/X11/icons/Vanilla-DMZ/cursors
 
 .include <bsd.port.mk>



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