svn commit: r341354 - head/x11-themes/gtk-aqualightblue-theme

Martin Wilke miwi at FreeBSD.org
Mon Jan 27 09:23:59 UTC 2014


Author: miwi
Date: Mon Jan 27 09:23:58 2014
New Revision: 341354
URL: http://svnweb.freebsd.org/changeset/ports/341354
QAT: https://qat.redports.org/buildarchive/r341354/

Log:
  - Stage support

Modified:
  head/x11-themes/gtk-aqualightblue-theme/Makefile

Modified: head/x11-themes/gtk-aqualightblue-theme/Makefile
==============================================================================
--- head/x11-themes/gtk-aqualightblue-theme/Makefile	Mon Jan 27 09:13:02 2014	(r341353)
+++ head/x11-themes/gtk-aqualightblue-theme/Makefile	Mon Jan 27 09:23:58 2014	(r341354)
@@ -17,10 +17,9 @@ WRKSRC=		${WRKDIR}/AquaLightBlue
 NO_BUILD=	yes
 USE_GNOME=	gtk20
 
-NO_STAGE=	yes
 do-install:
-	${MKDIR} ${PREFIX}/share/themes/AquaLightBlue/gtk-2.0
+	${MKDIR} ${STAGEDIR}${PREFIX}/share/themes/AquaLightBlue/gtk-2.0
 	${FIND} ${WRKSRC}/gtk -type f | ${XARGS} -J % ${INSTALL_DATA} \
-		% ${PREFIX}/share/themes/AquaLightBlue/gtk-2.0
+		% ${STAGEDIR}${PREFIX}/share/themes/AquaLightBlue/gtk-2.0
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list