diff options
author | antoine <antoine@FreeBSD.org> | 2013-12-31 01:10:08 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2013-12-31 01:10:08 +0800 |
commit | 90af14b8b971d199497837d05ae3e51bdac42c5e (patch) | |
tree | d3cb3eddde527e7f22022430123882d7362bc8ea | |
parent | 4acbb27c5f3b4c4c84017b2827772159c74e112c (diff) | |
download | freebsd-ports-gnome-90af14b8b971d199497837d05ae3e51bdac42c5e.tar.gz freebsd-ports-gnome-90af14b8b971d199497837d05ae3e51bdac42c5e.tar.zst freebsd-ports-gnome-90af14b8b971d199497837d05ae3e51bdac42c5e.zip |
Stage support
-rw-r--r-- | audio/qsynth/Makefile | 3 |
1 files changed, 1 insertions, 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 <bsd.port.mk> |