aboutsummaryrefslogtreecommitdiff
path: root/audio/qsampler
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2013-12-28 21:52:09 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2013-12-28 21:52:09 +0000
commit6db90a1285a5b80474ee2db4c32ae801a45a0d41 (patch)
tree4e776f256b3a41dcc1fbbd54ac7ffac89002304f /audio/qsampler
parent8f7b0afd189b8e42ea9dab82c741a5965f9de25e (diff)
Notes
Diffstat (limited to 'audio/qsampler')
-rw-r--r--audio/qsampler/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/audio/qsampler/Makefile b/audio/qsampler/Makefile
index 905fc506a4e9..ed1c043a734d 100644
--- a/audio/qsampler/Makefile
+++ b/audio/qsampler/Makefile
@@ -20,7 +20,6 @@ RUN_DEPENDS= linuxsampler:${PORTSDIR}/audio/linuxsampler
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>