diff options
author | ryoon <ryoon@pkgsrc.org> | 2018-12-26 11:48:27 +0000 |
---|---|---|
committer | ryoon <ryoon@pkgsrc.org> | 2018-12-26 11:48:27 +0000 |
commit | 5affbc4f3f1dd5229ba06d6e3f7875e129a9eaef (patch) | |
tree | 5742173e5c44f8ad5da7582edddb211d88ea1bf3 /x11/qt5 | |
parent | 369ed1c35ba6dd5fc59ca61e95803dbcaba0dca6 (diff) | |
download | pkgsrc-5affbc4f3f1dd5229ba06d6e3f7875e129a9eaef.tar.gz |
Fix LICENSE and make pkglint happier
Diffstat (limited to 'x11/qt5')
-rw-r--r-- | x11/qt5/Makefile | 4 | ||||
-rw-r--r-- | x11/qt5/Makefile.common | 6 |
2 files changed, 4 insertions, 6 deletions
diff --git a/x11/qt5/Makefile b/x11/qt5/Makefile index f38df9fe9ab..4a0cc35edca 100644 --- a/x11/qt5/Makefile +++ b/x11/qt5/Makefile @@ -1,8 +1,6 @@ -# $NetBSD: Makefile,v 1.14 2018/12/18 09:57:17 adam Exp $ +# $NetBSD: Makefile,v 1.15 2018/12/26 11:48:27 ryoon Exp $ DISTNAME= qt5-${QTVERSION} -CATEGORIES= x11 -MASTER_SITES= # none COMMENT= "meta-package" for version 5 of the QT GUI C++ toolkit diff --git a/x11/qt5/Makefile.common b/x11/qt5/Makefile.common index d17253f98cd..1cfa59ba9ca 100644 --- a/x11/qt5/Makefile.common +++ b/x11/qt5/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.12 2018/12/18 09:57:17 adam Exp $ +# $NetBSD: Makefile.common,v 1.13 2018/12/26 11:48:27 ryoon Exp $ # used by x11/qt5-qtbase/Makefile.common # used by inputmethod/qt5-uim/Makefile @@ -13,6 +13,6 @@ EXTRACT_USING= bsdtar MAINTAINER?= ryoon@NetBSD.org HOMEPAGE= http://qt-project.org/ -LICENSE= gnu-lgpl-v2.1 AND gnu-gpl-v3 +LICENSE= gnu-lgpl-v2.1 AND gnu-lgpl-v3 AND gnu-gpl-v2 AND gnu-gpl-v3 -QTPREFIX= ${LOCALBASE}/qt5 +QTPREFIX= ${PREFIX}/qt5 |