diff options
author | sobomax <sobomax@FreeBSD.org> | 2000-09-21 16:36:28 +0800 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2000-09-21 16:36:28 +0800 |
commit | 417f87bfe84c30179e9674f427aec7f4d5d13976 (patch) | |
tree | ab393ff92dc3b36fc05e4927e2788cab9bb10c0a /Mk | |
parent | ff14cbd805f24a45b2dc59f78c1fc60d54800863 (diff) | |
download | freebsd-ports-gnome-417f87bfe84c30179e9674f427aec7f4d5d13976.tar.gz freebsd-ports-gnome-417f87bfe84c30179e9674f427aec7f4d5d13976.tar.zst freebsd-ports-gnome-417f87bfe84c30179e9674f427aec7f4d5d13976.zip |
Make life of maintainers of various XFree ports a bit easier by moving
MASTER_SITES into bsd.sites.mk (MASTER_SITE_XFREE). Also add officially
announced by xfree http mirror. Following is the announcement.
[20 September 2000]
XFree86 nows offers http download access! This is a big story for those
who cannot download via ftp access because of proxy/firewall concerns.
This has been generously donated by the Computing Center of the University
of Applied Sciences in Esslingen, Germany. This is a full ftp mirror
repository which is updated hourly with a connection speed of 20 MegaBit.
Diffstat (limited to 'Mk')
-rw-r--r-- | Mk/bsd.sites.mk | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/Mk/bsd.sites.mk b/Mk/bsd.sites.mk index 763eacb05f67..b4d5637e979c 100644 --- a/Mk/bsd.sites.mk +++ b/Mk/bsd.sites.mk @@ -28,6 +28,14 @@ MASTER_SITE_XCONTRIB+= \ ftp://ftp.sunet.se/pub/X11/contrib/%SUBDIR%/ \ ftp://ftp.huji.ac.il/mirror/X11/contrib/%SUBDIR%/ +MASTER_SITE_XFREE+= \ + ftp://ftp.xfree86.org/pub/XFree86/%SUBDIR%/source/ \ + ftp://ftp.freesoftware.com/pub/XFree86/%SUBDIR%/source/ \ + ftp://ftp.lip6.fr/pub/X11/XFree86/XFree86-%SUBDIR%/source/ \ + ftp://ftp.cs.tu-berlin.de/pub/X/XFree86/%SUBDIR%/source/ \ + ftp://sunsite.doc.ic.ac.uk/packages/XFree86/%SUBDIR%/source/ \ + http://ftp-stud.fht-esslingen.de/pub/Mirrors/ftp.xfree86.org/XFree86/%SUBDIR%/source/ + MASTER_SITE_GNU+= \ ftp://ftp.gnu.org/gnu/%SUBDIR%/ \ ftp://ftp.freesoftware.com/pub/gnu/%SUBDIR%/ \ |