Index: head/devel/dbus-qt5/Makefile =================================================================== --- head/devel/dbus-qt5/Makefile +++ head/devel/dbus-qt5/Makefile @@ -24,12 +24,6 @@ QT_DEFINES= DBUS QT_CONFIG= dbus -post-configure: -.for t in ${TOOLS} - @cd ${WRKSRC}/src/tools/${t} && \ - ${SETENV} ${QMAKE_ENV} ${WRKSRC}/bin/qmake ${QMAKE_ARGS} -.endfor - post-build: .for t in ${TOOLS} @cd ${WRKSRC}/src/tools/${t} && \ Index: head/devel/qt5-buildtools/Makefile =================================================================== --- head/devel/qt5-buildtools/Makefile +++ head/devel/qt5-buildtools/Makefile @@ -21,12 +21,6 @@ MORE_WRKSRCS= src/tools/moc \ src/tools/rcc -post-configure: -.for d in ${MORE_WRKSRCS} - @cd ${WRKSRC}/${d} && \ - ${SETENV} ${QMAKE_ENV} ${WRKSRC}/bin/qmake ${QMAKE_ARGS} -.endfor - post-build: .for d in ${MORE_WRKSRCS} @cd ${WRKSRC}/${d} && \ Index: head/net/qt5-network/Makefile =================================================================== --- head/net/qt5-network/Makefile +++ head/net/qt5-network/Makefile @@ -29,10 +29,6 @@ ${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} \ Index: head/print/qt5-printsupport/Makefile =================================================================== --- head/print/qt5-printsupport/Makefile +++ head/print/qt5-printsupport/Makefile @@ -34,12 +34,6 @@ QT_CONFIG+= -cups .endif -post-configure: -.if ${PORT_OPTIONS:MCUPS} - @cd ${WRKSRC}/src/plugins/${PORTNAME}/cups && \ - ${SETENV} ${QMAKE_ENV} ${WRKSRC}/bin/qmake ${QMAKE_ARGS} -.endif - post-build: .if ${PORT_OPTIONS:MCUPS} @cd ${WRKSRC}/src/plugins/${PORTNAME}/cups && \