Thu Feb 18 17:06:56 2021 UTC ()
anthy: Set LICENSE as gnu-gpl-v2


(ryoon)
diff -r1.10 -r1.11 pkgsrc/inputmethod/anthy/Makefile.common

cvs diff -r1.10 -r1.11 pkgsrc/inputmethod/anthy/Makefile.common (expand / switch to unified diff)

--- pkgsrc/inputmethod/anthy/Makefile.common 2020/01/26 17:31:25 1.10
+++ pkgsrc/inputmethod/anthy/Makefile.common 2021/02/18 17:06:56 1.11
@@ -1,14 +1,15 @@ @@ -1,14 +1,15 @@
1# $NetBSD: Makefile.common,v 1.10 2020/01/26 17:31:25 rillig Exp $ 1# $NetBSD: Makefile.common,v 1.11 2021/02/18 17:06:56 ryoon Exp $
2# used by inputmethod/anthy/Makefile 2# used by inputmethod/anthy/Makefile
3# used by inputmethod/anthy-elisp/Makefile 3# used by inputmethod/anthy-elisp/Makefile
4 4
5ANTHY_VERSION= 9100h 5ANTHY_VERSION= 9100h
6DISTNAME= anthy-${ANTHY_VERSION} 6DISTNAME= anthy-${ANTHY_VERSION}
7CATEGORIES= inputmethod 7CATEGORIES= inputmethod
8MASTER_SITES= ${MASTER_SITE_OSDN:=anthy/37536/} 8MASTER_SITES= ${MASTER_SITE_OSDN:=anthy/37536/}
9DISTFILES= ${DISTNAME}.tar.gz 9DISTFILES= ${DISTNAME}.tar.gz
10 10
11DISTINFO_FILE= ${.CURDIR}/../../inputmethod/anthy/distinfo 11DISTINFO_FILE= ${.CURDIR}/../../inputmethod/anthy/distinfo
12PATCHDIR= ${.CURDIR}/../../inputmethod/anthy/patches 12PATCHDIR= ${.CURDIR}/../../inputmethod/anthy/patches
13 13
14HOMEPAGE= https://anthy.osdn.jp/ 14HOMEPAGE= https://anthy.osdn.jp/
 15LICENSE= gnu-gpl-v2