svn commit: r338911 - head/x11-themes/clearlooks-metacity

Antoine Brodin antoine at FreeBSD.org
Mon Jan 6 17:42:09 UTC 2014


Author: antoine
Date: Mon Jan  6 17:42:09 2014
New Revision: 338911
URL: http://svnweb.freebsd.org/changeset/ports/338911

Log:
  Stage support

Modified:
  head/x11-themes/clearlooks-metacity/Makefile

Modified: head/x11-themes/clearlooks-metacity/Makefile
==============================================================================
--- head/x11-themes/clearlooks-metacity/Makefile	Mon Jan  6 17:31:55 2014	(r338910)
+++ head/x11-themes/clearlooks-metacity/Makefile	Mon Jan  6 17:42:09 2014	(r338911)
@@ -24,9 +24,8 @@ PLIST_FILES=	%%DATADIR%%/metacity-theme-
 PLIST_DIRS=	%%DATADIR%% \
 		share/themes/Clearlooks
 
-NO_STAGE=	yes
 do-install:
-	${MKDIR} ${PREFIX}/${DATADIR}
-	${INSTALL_DATA} ${WRKSRC}/metacity-theme-1.xml ${PREFIX}/${DATADIR}
+	@${MKDIR} ${STAGEDIR}${PREFIX}/${DATADIR}
+	${INSTALL_DATA} ${WRKSRC}/metacity-theme-1.xml ${STAGEDIR}${PREFIX}/${DATADIR}
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list