From owner-svn-ports-all@FreeBSD.ORG Sat Dec 28 21:52:09 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id A1B476D4; Sat, 28 Dec 2013 21:52:09 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 8DA1D1DA0; Sat, 28 Dec 2013 21:52:09 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rBSLq9dD075802; Sat, 28 Dec 2013 21:52:09 GMT (envelope-from antoine@svn.freebsd.org) Received: (from antoine@localhost) by svn.freebsd.org (8.14.7/8.14.7/Submit) id rBSLq9qO075801; Sat, 28 Dec 2013 21:52:09 GMT (envelope-from antoine@svn.freebsd.org) Message-Id: <201312282152.rBSLq9qO075801@svn.freebsd.org> From: Antoine Brodin Date: Sat, 28 Dec 2013 21:52:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r337923 - head/audio/qsampler X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 28 Dec 2013 21:52:09 -0000 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