diff options
-rw-r--r-- | audio/qsampler/Makefile | 3 |
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> |