Wed Oct 4 15:15:42 2023 UTC ()
mate-backgrounds: fix version after meta-pkg bump


(gutteridge)
diff -r1.26 -r1.27 pkgsrc/graphics/mate-backgrounds/Makefile

cvs diff -r1.26 -r1.27 pkgsrc/graphics/mate-backgrounds/Makefile (expand / switch to unified diff)

--- pkgsrc/graphics/mate-backgrounds/Makefile 2023/01/29 21:16:40 1.26
+++ pkgsrc/graphics/mate-backgrounds/Makefile 2023/10/04 15:15:42 1.27
@@ -1,13 +1,13 @@ @@ -1,13 +1,13 @@
1# $NetBSD: Makefile,v 1.26 2023/01/29 21:16:40 ryoon Exp $ 1# $NetBSD: Makefile,v 1.27 2023/10/04 15:15:42 gutteridge Exp $
2 2
3.include "../../meta-pkgs/mate/Makefile.common" 3.include "../../meta-pkgs/mate/Makefile.common"
4 4
5DISTNAME= mate-backgrounds-${VERSION} 5DISTNAME= mate-backgrounds-${VERSION:R}.0
6PKGREVISION= 3 6PKGREVISION= 3
7CATEGORIES= graphics 7CATEGORIES= graphics
8 8
9COMMENT= Set of backgrounds packaged with the MATE desktop 9COMMENT= Set of backgrounds packaged with the MATE desktop
10 10
11BUILDLINK_DEPMETHOD.gettext= build 11BUILDLINK_DEPMETHOD.gettext= build
12.include "../../devel/gettext-lib/buildlink3.mk" 12.include "../../devel/gettext-lib/buildlink3.mk"
13.include "../../mk/bsd.pkg.mk" 13.include "../../mk/bsd.pkg.mk"