summaryrefslogtreecommitdiff
path: root/x11-themes
diff options
context:
space:
mode:
authorEmanuel Haupt <ehaupt@FreeBSD.org>2014-02-07 13:40:52 +0000
committerEmanuel Haupt <ehaupt@FreeBSD.org>2014-02-07 13:40:52 +0000
commitf4815a19d99103f43ddd97bc0ec41279af36870b (patch)
treec0dc815a46a14f401c5fa005e20467f38b8e086a /x11-themes
parentIt seems nagios 4 can't build without the event broker, so remove the option (diff)
Support staging.
Notes
Notes: svn path=/head/; revision=343241
Diffstat (limited to 'x11-themes')
-rw-r--r--x11-themes/slim-themes/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/x11-themes/slim-themes/Makefile b/x11-themes/slim-themes/Makefile
index 0f3e6537a362..7be55a859ea1 100644
--- a/x11-themes/slim-themes/Makefile
+++ b/x11-themes/slim-themes/Makefile
@@ -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}