svn commit: r338925 - head/x11-themes/gtk-lila-theme-extras

Antoine Brodin antoine at FreeBSD.org
Mon Jan 6 19:28:32 UTC 2014


Author: antoine
Date: Mon Jan  6 19:28:31 2014
New Revision: 338925
URL: http://svnweb.freebsd.org/changeset/ports/338925

Log:
  Stage support

Modified:
  head/x11-themes/gtk-lila-theme-extras/Makefile

Modified: head/x11-themes/gtk-lila-theme-extras/Makefile
==============================================================================
--- head/x11-themes/gtk-lila-theme-extras/Makefile	Mon Jan  6 19:26:25 2014	(r338924)
+++ head/x11-themes/gtk-lila-theme-extras/Makefile	Mon Jan  6 19:28:31 2014	(r338925)
@@ -17,11 +17,10 @@ NO_BUILD=	yes
 USE_BZIP2=	yes
 USE_GNOME=	gtk20
 
-NO_STAGE=	yes
 .SILENT:
 
 do-install:
-	${MKDIR} ${PREFIX}/share/themes
-	(cd ${WRKSRC} && ${COPYTREE_SHARE} . ${PREFIX}/share/themes)
+	${MKDIR} ${STAGEDIR}${PREFIX}/share/themes
+	(cd ${WRKSRC} && ${COPYTREE_SHARE} . ${STAGEDIR}${PREFIX}/share/themes)
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list