diff options
author | Jimmy Olgeni <olgeni@FreeBSD.org> | 2004-01-29 21:35:52 +0000 |
---|---|---|
committer | Jimmy Olgeni <olgeni@FreeBSD.org> | 2004-01-29 21:35:52 +0000 |
commit | 490300d9a7e3af67a13220cd15b82d1a4de6af9e (patch) | |
tree | 5067000da5dcca6e7edb8ae5d3f5aca8e88ef480 /x11-fonts/freefonts | |
parent | 3265aefed759fd751d1dc4c0b6be996b230cf1e4 (diff) | |
download | ports-490300d9a7e3af67a13220cd15b82d1a4de6af9e.tar.gz ports-490300d9a7e3af67a13220cd15b82d1a4de6af9e.zip |
Make fetchable, add some mirrors from gimp-devel.
Noticed by: kris
Notes
Notes:
svn path=/head/; revision=99442
Diffstat (limited to 'x11-fonts/freefonts')
-rw-r--r-- | x11-fonts/freefonts/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/x11-fonts/freefonts/Makefile b/x11-fonts/freefonts/Makefile index e1a492822424..eb324b90e250 100644 --- a/x11-fonts/freefonts/Makefile +++ b/x11-fonts/freefonts/Makefile @@ -9,7 +9,11 @@ PORTNAME= freefonts PORTVERSION= 0.10 PORTREVISION= 2 CATEGORIES= x11-fonts -MASTER_SITES= ftp://ftp.gimp.org/pub/gimp/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_SITE_SUBDIR= gimp/fonts MAINTAINER= olgeni@FreeBSD.org COMMENT= A collection of ATM fonts (not all free) from the CICA archives |