summaryrefslogtreecommitdiff
path: root/x11/qt5-qttranslations
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2014-12-25 13:51:13 +0000
committerwiz <wiz@pkgsrc.org>2014-12-25 13:51:13 +0000
commit995b05bea232d2f05abcf223ea8ab4c0d17744d3 (patch)
treea38f49f3c5cd679f5cd6fadac00b46abba7ffc3c /x11/qt5-qttranslations
parent1451c3a709ab3f809ad3f473fdd8c3be5852432e (diff)
downloadpkgsrc-995b05bea232d2f05abcf223ea8ab4c0d17744d3.tar.gz
Improve qt5 build structure, from Niclas Rosenvik:
Allow multiple BUILD_DIRS (but Makefile.common must be included later) Adds installation of some cmake files and gets rid of many manual installation rules. Bump PKGREVISION where PLIST changed.
Diffstat (limited to 'x11/qt5-qttranslations')
-rw-r--r--x11/qt5-qttranslations/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/x11/qt5-qttranslations/Makefile b/x11/qt5-qttranslations/Makefile
index 8d0675f0c34..0b31b298785 100644
--- a/x11/qt5-qttranslations/Makefile
+++ b/x11/qt5-qttranslations/Makefile
@@ -1,10 +1,8 @@
-# $NetBSD: Makefile,v 1.9 2014/04/23 07:05:32 adam Exp $
+# $NetBSD: Makefile,v 1.10 2014/12/25 13:51:14 wiz Exp $
PKGNAME= qt5-qttranslations-${QTVERSION}
COMMENT= Qt5 translations
-.include "../../x11/qt5-qtbase/Makefile.common"
-
USE_LIBTOOL= yes
CONFIGURE_ARGS+= -I${QTDIR}/include -L${QTDIR}/lib
@@ -12,7 +10,8 @@ BUILD_DIRS= qttranslations
MAKE_ENV+= QTDIR=${QTDIR}
INSTALL_ENV+= INSTALL_ROOT=${DESTDIR}
-INSTALLATION_DIRS+= lib/pkgconfig
+
+.include "../../x11/qt5-qtbase/Makefile.common"
.include "../../x11/qt5-qttools/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"