Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 25 Feb 2014 13:54:56 +0000 (UTC)
From:      Emanuel Haupt <ehaupt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r346005 - head/sysutils/mixer
Message-ID:  <201402251354.s1PDsuaA033860@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201402251354.s1PDsuaA033860>