diff options
author | ehaupt <ehaupt@FreeBSD.org> | 2014-02-25 21:54:56 +0800 |
---|---|---|
committer | ehaupt <ehaupt@FreeBSD.org> | 2014-02-25 21:54:56 +0800 |
commit | 98fe11f6be29201578a0eba0fd345c0465056239 (patch) | |
tree | 6f909ef55f00db5fc9ebd3ab972a1595019b3d09 /sysutils | |
parent | 22b6b30c78a6bf6a130834cc399a8378453458b6 (diff) | |
download | freebsd-ports-gnome-98fe11f6be29201578a0eba0fd345c0465056239.tar.gz freebsd-ports-gnome-98fe11f6be29201578a0eba0fd345c0465056239.tar.zst freebsd-ports-gnome-98fe11f6be29201578a0eba0fd345c0465056239.zip |
Support staging
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/mixer/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sysutils/mixer/Makefile b/sysutils/mixer/Makefile index 469cf4564d22..2a795d3b3647 100644 --- a/sysutils/mixer/Makefile +++ b/sysutils/mixer/Makefile @@ -14,8 +14,7 @@ COMMENT= A startup/shutdown script to preserve mixer settings across reboots NO_BUILD= yes PLIST_FILES= etc/rc.d/mixer.sh -NO_STAGE= yes do-install: - ${INSTALL_SCRIPT} ${FILESDIR}/mixer.sh ${PREFIX}/etc/rc.d + ${INSTALL_SCRIPT} ${FILESDIR}/mixer.sh ${STAGEDIR}${PREFIX}/etc/rc.d .include <bsd.port.mk> |