diff options
author | olgeni <olgeni@FreeBSD.org> | 2004-01-30 05:35:52 +0800 |
---|---|---|
committer | olgeni <olgeni@FreeBSD.org> | 2004-01-30 05:35:52 +0800 |
commit | 899ac51328724255aab08b70004e585a00b46a84 (patch) | |
tree | 63a2444e20531861ba7df632e47fc49b1450ed79 /x11-fonts | |
parent | 052ad3d48034e37db8bebc7deb89fd03c2edd221 (diff) | |
download | freebsd-ports-gnome-899ac51328724255aab08b70004e585a00b46a84.tar.gz freebsd-ports-gnome-899ac51328724255aab08b70004e585a00b46a84.tar.zst freebsd-ports-gnome-899ac51328724255aab08b70004e585a00b46a84.zip |
Make fetchable, add some mirrors from gimp-devel.
Noticed by: kris
Diffstat (limited to 'x11-fonts')
-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 |