svn commit: r337923 - head/audio/qsampler

Antoine Brodin antoine at FreeBSD.org
Sat Dec 28 21:52:09 UTC 2013


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>


More information about the svn-ports-head mailing list