Sun Feb 2 08:53:48 2020 UTC ()
mate-menus: Fix categories to match location.

From Jay Patelani via IRC.


(bsiegert)
diff -r1.13 -r1.14 pkgsrc/x11/mate-menus/Makefile

cvs diff -r1.13 -r1.14 pkgsrc/x11/mate-menus/Makefile (expand / switch to unified diff)

--- pkgsrc/x11/mate-menus/Makefile 2019/12/30 23:02:47 1.13
+++ pkgsrc/x11/mate-menus/Makefile 2020/02/02 08:53:48 1.14
@@ -1,19 +1,19 @@ @@ -1,19 +1,19 @@
1# $NetBSD: Makefile,v 1.13 2019/12/30 23:02:47 gutteridge Exp $ 1# $NetBSD: Makefile,v 1.14 2020/02/02 08:53:48 bsiegert Exp $
2 2
3.include "../../meta-pkgs/mate/Makefile.common" 3.include "../../meta-pkgs/mate/Makefile.common"
4 4
5DISTNAME= mate-menus-${VERSION:R}.1 5DISTNAME= mate-menus-${VERSION:R}.1
6CATEGORIES= sysutils 6CATEGORIES= x11
7 7
8COMMENT= Implementation of the desktop menu specification for MATE 8COMMENT= Implementation of the desktop menu specification for MATE
9 9
10PKGCONFIG_OVERRIDE+= libmenu/libmate-menu.pc.in 10PKGCONFIG_OVERRIDE+= libmenu/libmate-menu.pc.in
11 11
12CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR} 12CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR}
13CONFIGURE_ARGS+= --enable-introspection 13CONFIGURE_ARGS+= --enable-introspection
14 14
15INSTALL_MAKE_FLAGS+= sysconfdir=${PREFIX}/share/examples/mate-menus 15INSTALL_MAKE_FLAGS+= sysconfdir=${PREFIX}/share/examples/mate-menus
16 16
17MAKE_DIRS+= ${PKG_SYSCONFDIR}/xdg/menus 17MAKE_DIRS+= ${PKG_SYSCONFDIR}/xdg/menus
18CONF_FILES+= ${PREFIX}/share/examples/mate-menus/xdg/menus/mate-applications.menu \ 18CONF_FILES+= ${PREFIX}/share/examples/mate-menus/xdg/menus/mate-applications.menu \
19 ${PKG_SYSCONFDIR}/xdg/menus/mate-applications.menu 19 ${PKG_SYSCONFDIR}/xdg/menus/mate-applications.menu