From a530415349b9d66e8f88884afb7a31022e8020de Mon Sep 17 00:00:00 2001 From: Antoine Brodin Date: Mon, 30 Dec 2013 17:10:08 +0000 Subject: [PATCH] Stage support --- audio/qsynth/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/audio/qsynth/Makefile b/audio/qsynth/Makefile index bcd4636e0817..d28bb3146d0d 100644 --- a/audio/qsynth/Makefile +++ b/audio/qsynth/Makefile @@ -23,7 +23,6 @@ SYSTEM_TRAY_DESC= System-tray icon SYSTEM_TRAY_CONFIGURE_OFF= --disable-system-tray USE_QT4= gui linguist_build moc_build qmake_build rcc_build uic_build -NO_STAGE= yes QT_NONSTANDARD= yes USES= gmake GNU_CONFIGURE= yes @@ -42,6 +41,6 @@ post-configure: ${QMAKE_ARGS}) post-install: - @${STRIP_CMD} ${PREFIX}/bin/qsynth + @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/qsynth .include