Sun Jun 25 02:24:56 2017 UTC ()
Fix DISNAME; s/MATE_VERSION/VERSION/.


(taca)
diff -r1.4 -r1.5 pkgsrc/x11/mate-terminal/Makefile

cvs diff -r1.4 -r1.5 pkgsrc/x11/mate-terminal/Makefile (expand / switch to unified diff)

--- pkgsrc/x11/mate-terminal/Makefile 2017/02/12 06:26:14 1.4
+++ pkgsrc/x11/mate-terminal/Makefile 2017/06/25 02:24:56 1.5
@@ -1,19 +1,19 @@ @@ -1,19 +1,19 @@
1# $NetBSD: Makefile,v 1.4 2017/02/12 06:26:14 ryoon Exp $ 1# $NetBSD: Makefile,v 1.5 2017/06/25 02:24:56 taca Exp $
2 2
3PKGREVISION= 3 3PKGREVISION= 3
4.include "../../meta-pkgs/mate/Makefile.common" 4.include "../../meta-pkgs/mate/Makefile.common"
5 5
6DISTNAME= mate-terminal-${MATE_VERSION} 6DISTNAME= mate-terminal-${VERSION}
7CATEGORIES= x11 7CATEGORIES= x11
8 8
9COMMENT= MATE terminal emulator application 9COMMENT= MATE terminal emulator application
10 10
11TOOL_DEPENDS+= itstool-[0-9]*:../../textproc/itstool 11TOOL_DEPENDS+= itstool-[0-9]*:../../textproc/itstool
12TOOL_DEPENDS+= libxml2-[0-9]*:../../textproc/libxml2 # for xmllint 12TOOL_DEPENDS+= libxml2-[0-9]*:../../textproc/libxml2 # for xmllint
13 13
14.include "options.mk" 14.include "options.mk"
15 15
16.include "../../devel/glib2/schemas.mk" 16.include "../../devel/glib2/schemas.mk"
17 17
18REPLACE_PERL+= mate-terminal.wrapper 18REPLACE_PERL+= mate-terminal.wrapper
19 19