Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 6 Jan 2014 17:42:09 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r338911 - head/x11-themes/clearlooks-metacity
Message-ID:  <201401061742.s06Hg9x9064427@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>



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