Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 28 Dec 2013 21:52:09 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r337923 - head/audio/qsampler
Message-ID:  <201312282152.rBSLq9qO075801@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Sat Dec 28 21:52:09 2013
New Revision: 337923
URL: http://svnweb.freebsd.org/changeset/ports/337923

Log:
  Stage support

Modified:
  head/audio/qsampler/Makefile

Modified: head/audio/qsampler/Makefile
==============================================================================
--- head/audio/qsampler/Makefile	Sat Dec 28 21:47:21 2013	(r337922)
+++ head/audio/qsampler/Makefile	Sat Dec 28 21:52:09 2013	(r337923)
@@ -20,7 +20,6 @@ RUN_DEPENDS=	linuxsampler:${PORTSDIR}/au
 
 USE_QT4=	corelib gui \
 		linguist_build moc_build qmake_build rcc_build uic_build
-NO_STAGE=	yes
 USES=		gmake
 GNU_CONFIGURE=	yes
 CONFIGURE_ENV=	ac_cv_path_ac_qmake=${QMAKE} \
@@ -38,6 +37,6 @@ post-configure:
 		${QMAKE_ARGS}
 
 post-install:
-	@${STRIP_CMD} ${PREFIX}/bin/qsampler
+	@${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/qsampler
 
 .include <bsd.port.mk>



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