svn commit: r338921 - head/x11-themes/gtk-cleanice-engine

Antoine Brodin antoine at FreeBSD.org
Mon Jan 6 18:59:57 UTC 2014


Author: antoine
Date: Mon Jan  6 18:59:56 2014
New Revision: 338921
URL: http://svnweb.freebsd.org/changeset/ports/338921

Log:
  Stage support

Modified:
  head/x11-themes/gtk-cleanice-engine/Makefile

Modified: head/x11-themes/gtk-cleanice-engine/Makefile
==============================================================================
--- head/x11-themes/gtk-cleanice-engine/Makefile	Mon Jan  6 18:51:30 2014	(r338920)
+++ head/x11-themes/gtk-cleanice-engine/Makefile	Mon Jan  6 18:59:56 2014	(r338921)
@@ -12,7 +12,7 @@ DISTFILES=	${DISTNAME}${EXTRACT_SUFX} \
 		${THEME}${EXTRACT_SUFX}:theme
 
 MAINTAINER=	ports at FreeBSD.org
-COMMENT=	A simplistic GTK+ 2.x theme engine
+COMMENT=	Simplistic GTK+ 2.x theme engine
 
 USES=		pathfix pkgconfig
 USE_GNOME=	gtk20
@@ -21,19 +21,18 @@ USE_AUTOTOOLS=	libtool
 THEME=		cleanice-theme-1.2.7
 THEMEDIR=	${WRKDIR}/${THEME}/Theme
 
-NO_STAGE=	yes
 post-install:
-	@${MKDIR} ${PREFIX}/share/themes/CleanIce
+	@${MKDIR} ${STAGEDIR}${PREFIX}/share/themes/CleanIce
 	${INSTALL_DATA} ${THEMEDIR}/cleanice/index.theme \
-		${PREFIX}/share/themes/CleanIce
-	@${MKDIR} ${PREFIX}/share/themes/CleanIce/gtk-2.0
+		${STAGEDIR}${PREFIX}/share/themes/CleanIce
+	@${MKDIR} ${STAGEDIR}${PREFIX}/share/themes/CleanIce/gtk-2.0
 	${INSTALL_DATA} ${THEMEDIR}/cleanice/gtkrc \
-		${PREFIX}/share/themes/CleanIce/gtk-2.0
-	@${MKDIR} ${PREFIX}/share/themes/CleanIce/metacity-1
+		${STAGEDIR}${PREFIX}/share/themes/CleanIce/gtk-2.0
+	@${MKDIR} ${STAGEDIR}${PREFIX}/share/themes/CleanIce/metacity-1
 	${INSTALL_DATA} ${THEMEDIR}/cleanice/metacity-theme-1.xml \
-		${PREFIX}/share/themes/CleanIce/metacity-1
-	@${MKDIR} ${PREFIX}/share/themes/CleanIce-Dark/gtk-2.0
+		${STAGEDIR}${PREFIX}/share/themes/CleanIce/metacity-1
+	@${MKDIR} ${STAGEDIR}${PREFIX}/share/themes/CleanIce-Dark/gtk-2.0
 	${INSTALL_DATA} ${THEMEDIR}/cleanice-dark/gtkrc \
-		${PREFIX}/share/themes/CleanIce-Dark/gtk-2.0
+		${STAGEDIR}${PREFIX}/share/themes/CleanIce-Dark/gtk-2.0
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list