Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 27 Jan 2014 12:58:43 +0000 (UTC)
From:      Martin Wilke <miwi@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r341394 - head/x11-themes/icons-human-azul
Message-ID:  <201401271258.s0RCwh9q006257@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: miwi
Date: Mon Jan 27 12:58:43 2014
New Revision: 341394
URL: http://svnweb.freebsd.org/changeset/ports/341394
QAT: https://qat.redports.org/buildarchive/r341394/

Log:
  - Stage support

Modified:
  head/x11-themes/icons-human-azul/Makefile

Modified: head/x11-themes/icons-human-azul/Makefile
==============================================================================
--- head/x11-themes/icons-human-azul/Makefile	Mon Jan 27 12:57:39 2014	(r341393)
+++ head/x11-themes/icons-human-azul/Makefile	Mon Jan 27 12:58:43 2014	(r341394)
@@ -14,9 +14,8 @@ COMMENT=	A set of icons from the Ubuntu 
 NO_BUILD=	yes
 WRKSRC=		${WRKDIR}/HumanAzul
 
-NO_STAGE=	yes
 do-install:
-	@${MKDIR} ${PREFIX}/share/icons/HumanAzul
-	@${CP} -rip ${WRKSRC} ${PREFIX}/share/icons/
+	@${MKDIR} ${STAGEDIR}${PREFIX}/share/icons/HumanAzul
+	@${CP} -rip ${WRKSRC} ${STAGEDIR}${PREFIX}/share/icons/
 
 .include <bsd.port.mk>



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