Date: Fri, 7 Feb 2014 13:40:52 +0000 (UTC) From: Emanuel Haupt <ehaupt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r343241 - head/x11-themes/slim-themes Message-ID: <201402071340.s17Deqxj035794@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201402071340.s17Deqxj035794>