aboutsummaryrefslogtreecommitdiffstats
path: root/audio
diff options
context:
space:
mode:
authorantoine <antoine@FreeBSD.org>2013-12-29 05:52:09 +0800
committerantoine <antoine@FreeBSD.org>2013-12-29 05:52:09 +0800
commitbaba1976bab8876f8bc934c382f0261042213104 (patch)
tree4e776f256b3a41dcc1fbbd54ac7ffac89002304f /audio
parente5a8c835e25bab04266d2fa28da01967d19bd21b (diff)
downloadfreebsd-ports-gnome-baba1976bab8876f8bc934c382f0261042213104.tar.gz
freebsd-ports-gnome-baba1976bab8876f8bc934c382f0261042213104.tar.zst
freebsd-ports-gnome-baba1976bab8876f8bc934c382f0261042213104.zip
Stage support
Diffstat (limited to 'audio')
-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>