aboutsummaryrefslogtreecommitdiffstats
path: root/print/qt5-printsupport
diff options
context:
space:
mode:
authorRaphael Kubo da Costa <rakuco@FreeBSD.org>2016-12-26 18:00:10 +0800
committerRaphael Kubo da Costa <rakuco@FreeBSD.org>2016-12-26 18:00:10 +0800
commit664ef9bee0aab1900ed2f89c47e59b32003a6d9c (patch)
tree642e9e3e4a87be7d287849f02782b67167cacd58 /print/qt5-printsupport
parent791e5d6823a273859c2b66ecac69bed24727b305 (diff)
downloadfreebsd-ports-gnome-664ef9bee0aab1900ed2f89c47e59b32003a6d9c.tar.gz
freebsd-ports-gnome-664ef9bee0aab1900ed2f89c47e59b32003a6d9c.tar.zst
freebsd-ports-gnome-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
Diffstat (limited to 'print/qt5-printsupport')
-rw-r--r--print/qt5-printsupport/Makefile6
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 && \