diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2019-03-24 14:33:17 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2019-03-24 14:33:17 +0000 |
commit | 72e9533ced8d5d666f9d44aae6e311a926aca64b (patch) | |
tree | 672495ad138f7906e7fe9ae1cd0ed2d2744b5984 /x11-fonts | |
parent | fc332ca1045da7c59e159f422cd884db2b25093d (diff) |
Notes
Diffstat (limited to 'x11-fonts')
-rw-r--r-- | x11-fonts/croscorefonts-fonts-ttf/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/x11-fonts/croscorefonts-fonts-ttf/Makefile b/x11-fonts/croscorefonts-fonts-ttf/Makefile index 7caeddee7bbd..100bd81e3ff2 100644 --- a/x11-fonts/croscorefonts-fonts-ttf/Makefile +++ b/x11-fonts/croscorefonts-fonts-ttf/Makefile @@ -5,7 +5,7 @@ PORTNAME= croscorefonts PORTVERSION= 1.31.0 PORTREVISION= 1 CATEGORIES= x11-fonts -MASTER_SITES= http://gsdview.appspot.com/chromeos-localmirror/distfiles/ \ +MASTER_SITES= https://gsdview.appspot.com/chromeos-localmirror/distfiles/ \ LOCAL/sunpoet MAINTAINER= office@FreeBSD.org @@ -13,11 +13,12 @@ COMMENT= Fonts created from by Google for ChromeOS to replace MS TTF LICENSE= APACHE20 -NO_ARCH= yes -NO_BUILD= yes USES= fonts tar:bzip2 USE_XORG= x11 +NO_ARCH= yes +NO_BUILD= yes + SUB_FILES= pkg-message FONTNAME= ChromeOS |