diff options
author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2023-04-05 17:14:36 +0000 |
---|---|---|
committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2023-04-05 17:29:58 +0000 |
commit | 36b9eb94d79402185553757cc52a3c000cf519c2 (patch) | |
tree | ffec262d661d5571d322cfad4ee22a59f3c7e599 | |
parent | af8a3556a95d2fe4df56c4f3d73cd60401fe2f96 (diff) | |
download | ports-36b9eb94d79402185553757cc52a3c000cf519c2.tar.gz ports-36b9eb94d79402185553757cc52a3c000cf519c2.zip |
x11-fonts/noto-serif-hk: Update MASTER_SITES and WWW
-rw-r--r-- | x11-fonts/noto-serif-hk/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/x11-fonts/noto-serif-hk/Makefile b/x11-fonts/noto-serif-hk/Makefile index ad393c144869..f2de533d0e67 100644 --- a/x11-fonts/noto-serif-hk/Makefile +++ b/x11-fonts/noto-serif-hk/Makefile @@ -1,9 +1,9 @@ PORTNAME= noto PORTVERSION= 2.001 CATEGORIES= x11-fonts -MASTER_SITES= https://github.com/googlefonts/noto-cjk/raw/Serif${PORTVERSION}/ \ - https://github.com/googlefonts/noto-cjk/raw/Serif${PORTVERSION}/Serif/OTF/TraditionalChineseHK/:cjk \ - https://github.com/googlefonts/noto-cjk/raw/Serif${PORTVERSION}/Serif/SubsetOTF/HK/:subset +MASTER_SITES= https://github.com/notofonts/noto-cjk/raw/Serif${PORTVERSION}/ \ + https://github.com/notofonts/noto-cjk/raw/Serif${PORTVERSION}/Serif/OTF/TraditionalChineseHK/:cjk \ + https://github.com/notofonts/noto-cjk/raw/Serif${PORTVERSION}/Serif/SubsetOTF/HK/:subset PKGNAMESUFFIX= -serif-hk DISTFILES= LICENSE \ ${CJK_FONTS:S|$|:cjk|} \ @@ -13,8 +13,8 @@ EXTRACT_ONLY= # empty MAINTAINER= sunpoet@FreeBSD.org COMMENT= Google Noto Serif (Traditional Chinese Hong Kong) -WWW= https://www.google.com/get/noto/ \ - https://github.com/googlefonts/noto-cjk +WWW= https://fonts.google.com/noto \ + https://github.com/notofonts/noto-cjk LICENSE= OFL11 LICENSE_FILE= ${DISTDIR}/${DIST_SUBDIR}/LICENSE |