pkglint -r --network --only "migrate" As a side-effect of migrating the homepages, pkglint also fixed a few indentations in unrelated lines. These and the new homepages have been checked manually.
14 lines
451 B
Text
14 lines
451 B
Text
# $NetBSD: Makefile.common,v 1.10 2020/01/26 17:31:25 rillig Exp $
|
|
# used by inputmethod/anthy/Makefile
|
|
# used by inputmethod/anthy-elisp/Makefile
|
|
|
|
ANTHY_VERSION= 9100h
|
|
DISTNAME= anthy-${ANTHY_VERSION}
|
|
CATEGORIES= inputmethod
|
|
MASTER_SITES= ${MASTER_SITE_OSDN:=anthy/37536/}
|
|
DISTFILES= ${DISTNAME}.tar.gz
|
|
|
|
DISTINFO_FILE= ${.CURDIR}/../../inputmethod/anthy/distinfo
|
|
PATCHDIR= ${.CURDIR}/../../inputmethod/anthy/patches
|
|
|
|
HOMEPAGE= https://anthy.osdn.jp/
|