diff options
author | rakuco <rakuco@FreeBSD.org> | 2016-12-26 18:00:10 +0800 |
---|---|---|
committer | rakuco <rakuco@FreeBSD.org> | 2016-12-26 18:00:10 +0800 |
commit | 517c684d2256062ce18a6b158e7fd7b4bd26edd1 (patch) | |
tree | 642e9e3e4a87be7d287849f02782b67167cacd58 /print | |
parent | 53a756f04f5be0f57555ce29c8b9d6a81ec6e982 (diff) | |
download | freebsd-ports-gnome-517c684d2256062ce18a6b158e7fd7b4bd26edd1.tar.gz freebsd-ports-gnome-517c684d2256062ce18a6b158e7fd7b4bd26edd1.tar.zst freebsd-ports-gnome-517c684d2256062ce18a6b158e7fd7b4bd26edd1.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
Diffstat (limited to 'print')
-rw-r--r-- | print/qt5-printsupport/Makefile | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/print/qt5-printsupport/Makefile b/print/qt5-printsupport/Makefile index b3d4420e0820..27afe0bb59d2 100644 --- a/print/qt5-printsupport/Makefile +++ b/print/qt5-printsupport/Makefile @@ -34,12 +34,6 @@ QT_DEFINES+= -CUPS 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 && \ |