diff options
author | ehaupt <ehaupt@FreeBSD.org> | 2014-02-07 21:40:52 +0800 |
---|---|---|
committer | ehaupt <ehaupt@FreeBSD.org> | 2014-02-07 21:40:52 +0800 |
commit | 3da0f2ee24acee73e4713d46af3c1b08c2133695 (patch) | |
tree | c0dc815a46a14f401c5fa005e20467f38b8e086a /x11-themes | |
parent | cfa4dd2908f4aa11c3178579c99bab005244d232 (diff) | |
download | freebsd-ports-gnome-3da0f2ee24acee73e4713d46af3c1b08c2133695.tar.gz freebsd-ports-gnome-3da0f2ee24acee73e4713d46af3c1b08c2133695.tar.zst freebsd-ports-gnome-3da0f2ee24acee73e4713d46af3c1b08c2133695.zip |
Support staging.
Diffstat (limited to 'x11-themes')
-rw-r--r-- | x11-themes/slim-themes/Makefile | 7 |
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} |