diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2013-12-30 17:05:58 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2013-12-30 17:05:58 +0000 |
commit | 098eaadbaa51321468fe2171650ac93edd3af01d (patch) | |
tree | 9090cd0b9e9f78efada5f623aefe83d7480ca350 /audio/qjackctl/Makefile | |
parent | 4de85904fdd34c206befc11ab6684f1c1fb4699a (diff) |
Notes
Diffstat (limited to 'audio/qjackctl/Makefile')
-rw-r--r-- | audio/qjackctl/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/audio/qjackctl/Makefile b/audio/qjackctl/Makefile index a60114b29c8f..f8044862bf17 100644 --- a/audio/qjackctl/Makefile +++ b/audio/qjackctl/Makefile @@ -16,7 +16,6 @@ LIB_DEPENDS= libasound.so:${PORTSDIR}/audio/alsa-lib \ USE_QT4= corelib dbus gui xml \ linguist_build moc_build qmake_build rcc_build uic_build -NO_STAGE= yes QT_NONSTANDARD= yes USES= gmake GNU_CONFIGURE= yes @@ -29,13 +28,11 @@ CONFIGURE_ARGS= --disable-portaudio INSTALLS_ICONS= yes MAKE_JOBS_UNSAFE=yes -MAN1= qjackctl.1 - post-configure: @cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${QMAKE} -o ${PORTNAME}.mak \ ${QMAKE_ARGS} post-install: - @${STRIP_CMD} ${PREFIX}/bin/${PORTNAME} + @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME} .include <bsd.port.mk> |