summaryrefslogtreecommitdiff
path: root/meta-pkgs
diff options
context:
space:
mode:
authoryouri <youri@pkgsrc.org>2018-06-01 14:21:40 +0000
committeryouri <youri@pkgsrc.org>2018-06-01 14:21:40 +0000
commit10be7a9515e0453fb3e2d78c8e2ce4d797519ec7 (patch)
tree0858b658e89ff16bea98de1578cbe874c9d1f0f8 /meta-pkgs
parentdb99c43c0a283cfb572945e2b7c98da94563e763 (diff)
downloadpkgsrc-10be7a9515e0453fb3e2d78c8e2ce4d797519ec7.tar.gz
Make pkglint happy for mate packages.
Diffstat (limited to 'meta-pkgs')
-rw-r--r--meta-pkgs/mate/Makefile6
-rw-r--r--meta-pkgs/mate/Makefile.common3
2 files changed, 3 insertions, 6 deletions
diff --git a/meta-pkgs/mate/Makefile b/meta-pkgs/mate/Makefile
index 5c8945069e4..60bfc31820b 100644
--- a/meta-pkgs/mate/Makefile
+++ b/meta-pkgs/mate/Makefile
@@ -1,8 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2018/05/20 15:03:57 youri Exp $
-
-MAINTAINER= youri@NetBSD.org
-HOMEPAGE= http://www.mate-desktop.org/
-LICENSE= gnu-gpl-v3
+# $NetBSD: Makefile,v 1.15 2018/06/01 14:21:40 youri Exp $
PKGNAME= mate-${VERSION}
CATEGORIES= meta-pkgs
diff --git a/meta-pkgs/mate/Makefile.common b/meta-pkgs/mate/Makefile.common
index 03cd7eb51f2..41d7111bb4a 100644
--- a/meta-pkgs/mate/Makefile.common
+++ b/meta-pkgs/mate/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.5 2018/05/14 19:15:35 youri Exp $
+# $NetBSD: Makefile.common,v 1.6 2018/06/01 14:21:40 youri Exp $
# used by meta-pkgs/mate/Makefile
# used by print/atril/Makefile
# used by sysutils/caja/Makefile
@@ -47,6 +47,7 @@ USE_LIBTOOL= yes
USE_TOOLS+= gmake intltool msgfmt pkg-config
MAINTAINER= youri@NetBSD.org
+LICENSE= gnu-gpl-v3
TOOL_DEPENDS+= itstool-[0-9]*:../../textproc/itstool
TOOL_DEPENDS+= ${PYPKGPREFIX}-libxml2-[0-9]*:../../textproc/py-libxml2