summaryrefslogtreecommitdiff
path: root/x11/qt5-qttools
diff options
context:
space:
mode:
authorwiz <wiz>2014-12-27 22:57:13 +0000
committerwiz <wiz>2014-12-27 22:57:13 +0000
commitea51e56157f0efeba47f67873bd7f73c4a103340 (patch)
tree463a8f84910b03801192e9326afa5201ed726c01 /x11/qt5-qttools
parentc61d7f526f4c580ce269d340a8ec398ada514f13 (diff)
downloadpkgsrc-ea51e56157f0efeba47f67873bd7f73c4a103340.tar.gz
Another patch for qt5, missed in the big commit before.
Diffstat (limited to 'x11/qt5-qttools')
-rw-r--r--x11/qt5-qttools/Makefile13
1 files changed, 2 insertions, 11 deletions
diff --git a/x11/qt5-qttools/Makefile b/x11/qt5-qttools/Makefile
index 7eee8517433..22ae5cdacfb 100644
--- a/x11/qt5-qttools/Makefile
+++ b/x11/qt5-qttools/Makefile
@@ -1,11 +1,9 @@
-# $NetBSD: Makefile,v 1.11 2014/10/07 16:47:17 adam Exp $
+# $NetBSD: Makefile,v 1.12 2014/12/27 22:57:13 wiz Exp $
PKGNAME= qt5-qttools-${QTVERSION}
PKGREVISION= 2
COMMENT= Qt5 tools
-.include "../../x11/qt5-qtbase/Makefile.common"
-
DEPENDS+= xdg-utils-[0-9]*:../../misc/xdg-utils
USE_LIBTOOL= yes
@@ -17,19 +15,12 @@ MAKE_ENV+= QTDIR=${QTDIR}
INSTALL_ENV+= INSTALL_ROOT=${DESTDIR}
INSTALLATION_DIRS+= lib/pkgconfig
-QTPROG_BIN= assistant linguist qcollectiongenerator \
- designer lrelease qhelpconverter \
- lconvert lupdate qhelpgenerator
+.include "../../x11/qt5-qtbase/Makefile.common"
QTPKGCONFIGPC= Qt5CLucene.pc Qt5DesignerComponents.pc Qt5UiTools.pc \
Qt5Designer.pc Qt5Help.pc
post-install:
-.for prog in ${QTPROG_BIN}
- ${LIBTOOL} --mode=install ${INSTALL_PROGRAM} \
- ${WRKSRC}/${BUILD_DIRS}/bin/${prog} \
- ${DESTDIR}${QTPREFIX}/bin/${prog}
-.endfor
.for i in ${QTPKGCONFIGPC}
${RM} -f ${DESTDIR}${PREFIX}/lib/pkgconfig/${i} && \
cd ${DESTDIR}${PREFIX}/lib/pkgconfig && \