diff options
author | Jimmy Olgeni <olgeni@FreeBSD.org> | 2014-05-18 11:48:39 +0000 |
---|---|---|
committer | Jimmy Olgeni <olgeni@FreeBSD.org> | 2014-05-18 11:48:39 +0000 |
commit | cddd085cc3f3ca672346c0275736f79b5c3daa40 (patch) | |
tree | 33f0b5fc4d7d21a2a73d51d32eddf2250574f85b /x11-fonts/freefonts | |
parent | 2c550b9507d9f32a3eb6e556f777a9cec64ee2f7 (diff) | |
download | ports-cddd085cc3f3ca672346c0275736f79b5c3daa40.tar.gz ports-cddd085cc3f3ca672346c0275736f79b5c3daa40.zip |
Notes
Diffstat (limited to 'x11-fonts/freefonts')
-rw-r--r-- | x11-fonts/freefonts/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/x11-fonts/freefonts/Makefile b/x11-fonts/freefonts/Makefile index 0b5d38de45ab..feee561b0666 100644 --- a/x11-fonts/freefonts/Makefile +++ b/x11-fonts/freefonts/Makefile @@ -5,10 +5,11 @@ PORTNAME= freefonts PORTVERSION= 0.10 PORTREVISION= 5 CATEGORIES= x11-fonts -MASTER_SITES= ftp://ftp.gimp.org/pub/%SUBDIR%/ \ - ftp://ftp.fh-heilbronn.de/mirrors/ftp.gimp.org/%SUBDIR%/ \ - ftp://ftp.insync.net/pub/mirrors/ftp.gimp.org/%SUBDIR%/ \ - ${MASTER_SITE_RINGSERVER:S,%SUBDIR%,graphics/%SUBDIR%,} +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 @@ -23,7 +24,6 @@ BUILD_DEPENDS= type1inst:${PORTSDIR}/x11-fonts/p5-type1inst # "placed into the public domain and may [not be] sold") RESTRICTED= License prohibits redistribution; see individual .license files -BROKEN= does not fetch NO_WRKSUBDIR= yes |