diff options
author | bland <bland@FreeBSD.org> | 2004-02-09 11:05:28 +0800 |
---|---|---|
committer | bland <bland@FreeBSD.org> | 2004-02-09 11:05:28 +0800 |
commit | f09f38703133928f44e4bcdbccb778a3d7acce56 (patch) | |
tree | 65ac9f27bc90781c90f16ee9acd524a2fa94e973 /Mk | |
parent | 2bc0dbabfdb780dfecee77c91dde392c2dc01911 (diff) | |
download | freebsd-ports-gnome-f09f38703133928f44e4bcdbccb778a3d7acce56.tar.gz freebsd-ports-gnome-f09f38703133928f44e4bcdbccb778a3d7acce56.tar.zst freebsd-ports-gnome-f09f38703133928f44e4bcdbccb778a3d7acce56.zip |
Fix MASTER_SITE_GNOME.
Reported by: Tom McLaughlin <tmclaugh@sdf.lonestar.org>
Diffstat (limited to 'Mk')
-rw-r--r-- | Mk/bsd.sites.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Mk/bsd.sites.mk b/Mk/bsd.sites.mk index fa2ee265f3b2..f5d2974d60eb 100644 --- a/Mk/bsd.sites.mk +++ b/Mk/bsd.sites.mk @@ -356,7 +356,7 @@ MASTER_SITE_GNOME+= \ ftp://ftp.mirror.ac.uk/sites/ftp.gnome.org/pub/GNOME/%SUBDIR%/ \ http://ftp.linux.org.uk/mirrors/ftp.gnome.org/%SUBDIR%/ \ http://www.gtlib.cc.gatech.edu/pub/gnome/%SUBDIR%/ \ - http://public.planetmirror.com/pub/GNOME/%SUBDIR%/ \ + http://public.planetmirror.com/pub/gnome/%SUBDIR%/ \ ftp://ftp.dit.upm.es/linux/gnome/%SUBDIR%/ \ ftp://ftp.dataplus.se/pub/linux/gnome/%SUBDIR%/ \ ftp://ftp.chg.ru/pub/X11/gnome/%SUBDIR%/ \ |