aboutsummaryrefslogtreecommitdiff
path: root/net/qt5-network
diff options
context:
space:
mode:
authorRaphael Kubo da Costa <rakuco@FreeBSD.org>2016-12-26 10:00:10 +0000
committerRaphael Kubo da Costa <rakuco@FreeBSD.org>2016-12-26 10:00:10 +0000
commit664ef9bee0aab1900ed2f89c47e59b32003a6d9c (patch)
tree642e9e3e4a87be7d287849f02782b67167cacd58 /net/qt5-network
parent791e5d6823a273859c2b66ecac69bed24727b305 (diff)
downloadports-664ef9bee0aab1900ed2f89c47e59b32003a6d9c.tar.gz
ports-664ef9bee0aab1900ed2f89c47e59b32003a6d9c.zip
Drop post-configure target from several Qt5 ports.
Qt's configure script already creates all the necessary Makefiles for the directories we need to build, so there is no need to run qmake again in post-configure. Reviewed by: tcberner, Adriaan de Groot <groot@kde.org> Differential Revision: https://reviews.freebsd.org/D8899
Notes
Notes: svn path=/head/; revision=429488
Diffstat (limited to 'net/qt5-network')
-rw-r--r--net/qt5-network/Makefile4
1 files changed, 0 insertions, 4 deletions
diff --git a/net/qt5-network/Makefile b/net/qt5-network/Makefile
index 75b52457af18..04794ffc20bc 100644
--- a/net/qt5-network/Makefile
+++ b/net/qt5-network/Makefile
@@ -29,10 +29,6 @@ post-patch:
${BUILD_WRKSRC}/ssl/qsslsocket_openssl.cpp \
${BUILD_WRKSRC}/ssl/qsslsocket_openssl_symbols.cpp
-post-configure:
- @cd ${WRKSRC}/src/plugins/bearer/generic && \
- ${SETENV} ${QMAKE_ENV} ${WRKSRC}/bin/qmake ${QMAKE_ARGS}
-
post-build:
@cd ${WRKSRC}/src/plugins/bearer/generic && \
${SETENV} ${MAKE_ENV} ${MAKE} ${MAKE_FLAGS} ${MAKEFILE} \