diff options
author | ehaupt <ehaupt@FreeBSD.org> | 2013-10-24 03:36:17 +0800 |
---|---|---|
committer | ehaupt <ehaupt@FreeBSD.org> | 2013-10-24 03:36:17 +0800 |
commit | 5e220e5250321b718a221eeb252c0af0468c7cb0 (patch) | |
tree | 9f45e47e20fb9cbd991f1b5abab659c5a1da04d9 /x11-themes | |
parent | a66e881dd729ebb82a59b48b36ca6365bf402560 (diff) | |
download | freebsd-ports-gnome-5e220e5250321b718a221eeb252c0af0468c7cb0.tar.gz freebsd-ports-gnome-5e220e5250321b718a221eeb252c0af0468c7cb0.tar.zst freebsd-ports-gnome-5e220e5250321b718a221eeb252c0af0468c7cb0.zip |
Support staging.
Diffstat (limited to 'x11-themes')
-rw-r--r-- | x11-themes/audacious-skins/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/x11-themes/audacious-skins/Makefile b/x11-themes/audacious-skins/Makefile index a6832be5bbb6..e5263a3ee641 100644 --- a/x11-themes/audacious-skins/Makefile +++ b/x11-themes/audacious-skins/Makefile @@ -16,9 +16,8 @@ NO_BUILD= yes DATADIR= ${PREFIX}/share/audacious -NO_STAGE= yes do-install: - ${MKDIR} ${DATADIR}/Skins - ${INSTALL_DATA} ${WRKSRC}/Skins/*/*.wsz ${DATADIR}/Skins + ${MKDIR} ${STAGEDIR}${DATADIR}/Skins + ${INSTALL_DATA} ${WRKSRC}/Skins/*/*.wsz ${STAGEDIR}${DATADIR}/Skins .include <bsd.port.mk> |