diff options
author | antoine <antoine@FreeBSD.org> | 2017-05-14 14:41:41 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2017-05-14 14:41:41 +0800 |
commit | 8c25be21eb2c95f570571be78d2962445ce98c75 (patch) | |
tree | 2a1b7ecdf176390cb9d3b3464ce65a2b10956460 /japanese/font-ipa/Makefile | |
parent | edb0277ace7f452963190c515dc65b015828b794 (diff) | |
download | freebsd-ports-gnome-8c25be21eb2c95f570571be78d2962445ce98c75.tar.gz freebsd-ports-gnome-8c25be21eb2c95f570571be78d2962445ce98c75.tar.zst freebsd-ports-gnome-8c25be21eb2c95f570571be78d2962445ce98c75.zip |
Unbreak by providing a working MASTER_SITES
Diffstat (limited to 'japanese/font-ipa/Makefile')
-rw-r--r-- | japanese/font-ipa/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/japanese/font-ipa/Makefile b/japanese/font-ipa/Makefile index 1e84ed92c8ed..b32cdbc23d57 100644 --- a/japanese/font-ipa/Makefile +++ b/japanese/font-ipa/Makefile @@ -4,7 +4,7 @@ PORTNAME= ipa PORTVERSION= 00303 PORTREVISION= 6 CATEGORIES= japanese x11-fonts -MASTER_SITES= http://info.openlab.ipa.go.jp/ipafont/fontdata/ +MASTER_SITES= http://dl.ipafont.ipa.go.jp/IPAfont/ PKGNAMEPREFIX= ja-font- DISTNAME= IPAfont${PORTVERSION} @@ -24,8 +24,6 @@ DATADIR= ${PREFIX}/share/font-${PORTNAME} PORTDOCS= IPA_Font_License_Agreement_v1.0.txt \ Readme_IPAfont${PORTVERSION}.txt -BROKEN= No address record - OPTIONS_DEFINE= DOCS post-extract: |