diff options
author | olgeni <olgeni@FreeBSD.org> | 2014-05-18 21:09:12 +0800 |
---|---|---|
committer | olgeni <olgeni@FreeBSD.org> | 2014-05-18 21:09:12 +0800 |
commit | cdc7923924f3bee1925c7c0c23a088c35841527f (patch) | |
tree | 0ded1ab7f58856c210375251146c5f78008ed6d7 | |
parent | 08e43a9eec563d93bffb7f7e29dbb0efa0821890 (diff) | |
download | freebsd-ports-gnome-cdc7923924f3bee1925c7c0c23a088c35841527f.tar.gz freebsd-ports-gnome-cdc7923924f3bee1925c7c0c23a088c35841527f.tar.zst freebsd-ports-gnome-cdc7923924f3bee1925c7c0c23a088c35841527f.zip |
Unbreak with working MASTER_SITES.
PR: ports/189908
Submitted by: Jonas Hofmann <freebsd-pr@jhofmann.se>
-rw-r--r-- | x11-fonts/sharefonts/Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/x11-fonts/sharefonts/Makefile b/x11-fonts/sharefonts/Makefile index 09dadb9f10fe..a5ab7e46d58f 100644 --- a/x11-fonts/sharefonts/Makefile +++ b/x11-fonts/sharefonts/Makefile @@ -5,13 +5,16 @@ PORTNAME= sharefonts PORTVERSION= 0.10 PORTREVISION= 3 CATEGORIES= x11-fonts -MASTER_SITES= ftp://ftp.gimp.org/pub/gimp/fonts/ +MASTER_SITES= http://download.gimp.org/pub/%SUBDIR%/ \ + ftp://ftp.sunet.se/pub/gnu/%SUBDIR%/ \ + http://ftp.gwdg.de/pub/misc/grafik/gimp/%SUBDIR%/ \ + http://mirrors.xmission.com/gimp/%SUBDIR%/ +MASTER_SITE_SUBDIR= gimp/fonts MAINTAINER= olgeni@FreeBSD.org COMMENT= Collection of shareware ATM fonts from the CICA archives RESTRICTED= Shareware: cannot be distributed without prior authorization -BROKEN= does not fetch NO_BUILD= yes |