svn commit: r343241 - head/x11-themes/slim-themes

Emanuel Haupt ehaupt at FreeBSD.org
Fri Feb 7 13:40:52 UTC 2014


Author: ehaupt
Date: Fri Feb  7 13:40:52 2014
New Revision: 343241
URL: http://svnweb.freebsd.org/changeset/ports/343241
QAT: https://qat.redports.org/buildarchive/r343241/

Log:
  Support staging.

Modified:
  head/x11-themes/slim-themes/Makefile

Modified: head/x11-themes/slim-themes/Makefile
==============================================================================
--- head/x11-themes/slim-themes/Makefile	Fri Feb  7 13:29:40 2014	(r343240)
+++ head/x11-themes/slim-themes/Makefile	Fri Feb  7 13:40:52 2014	(r343241)
@@ -74,7 +74,6 @@ NEWTHEMES:=	${ALLTHEMES}	${n}
 ALLTHEMES:=	${NEWTHEMES}
 .endfor # t in ${THEMELIST}
 
-NO_STAGE=	yes
 .include <bsd.port.pre.mk>
 
 .for n in ${ALLTHEMES}
@@ -106,12 +105,12 @@ post-patch:
 
 # Install selected themes.  Another regexp voodoo, yay! \o/
 do-install:
-	${MKDIR} ${THEMEDIR}
+	${MKDIR} ${STAGEDIR}${THEMEDIR}
 .for n in ${ALLTHEMES}
 .if ${PORT_OPTIONS:M${n}}
-	${MKDIR} ${THEMEDIR}/${${n}_DDIR}
+	${MKDIR} ${STAGEDIR}${THEMEDIR}/${${n}_DDIR}
 	cd "${WRKSRC}/${${n}_SDIR}" && \
-	  ${COPYTREE_SHARE} . ${THEMEDIR}/${${n}_DDIR}
+	  ${COPYTREE_SHARE} . ${STAGEDIR}${THEMEDIR}/${${n}_DDIR}
 .endif # ${PORT_OPTIONS:M${n}}
 .endfor # t in ${THEMELIST}
 


More information about the svn-ports-all mailing list