svn commit: r346005 - head/sysutils/mixer

Emanuel Haupt ehaupt at FreeBSD.org
Tue Feb 25 13:54:57 UTC 2014


Author: ehaupt
Date: Tue Feb 25 13:54:56 2014
New Revision: 346005
URL: http://svnweb.freebsd.org/changeset/ports/346005
QAT: https://qat.redports.org/buildarchive/r346005/

Log:
  Support staging

Modified:
  head/sysutils/mixer/Makefile

Modified: head/sysutils/mixer/Makefile
==============================================================================
--- head/sysutils/mixer/Makefile	Tue Feb 25 13:54:14 2014	(r346004)
+++ head/sysutils/mixer/Makefile	Tue Feb 25 13:54:56 2014	(r346005)
@@ -14,8 +14,7 @@ COMMENT=	A startup/shutdown script to pr
 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>


More information about the svn-ports-head mailing list