diff options
author | obrien <obrien@FreeBSD.org> | 2002-12-03 23:21:14 +0000 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2002-12-03 23:21:14 +0000 |
commit | 2f56cd69d145db26099996994428b9e457ee7e98 (patch) | |
tree | 8871a1fef2423c72b54842cda8cb508b9ce7821e /lang/gcc32 | |
parent | 75cf6108225e679c97814b87d4f660874a3c6713 (diff) | |
download | FreeBSD-ports-2f56cd69d145db26099996994428b9e457ee7e98.zip FreeBSD-ports-2f56cd69d145db26099996994428b9e457ee7e98.tar.gz |
Use the most modern spelling of egcs.cygnus.com.
Diffstat (limited to 'lang/gcc32')
-rw-r--r-- | lang/gcc32/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/gcc32/Makefile b/lang/gcc32/Makefile index b876c16..9d8871a 100644 --- a/lang/gcc32/Makefile +++ b/lang/gcc32/Makefile @@ -180,7 +180,7 @@ post-install: cd ${WRKDIR} ; ex < ex.script cklatest: -.for SITE in ftp://mirrors.rcn.net/mirrors/sources.redhat.com/gcc/snapshots/ ftp://sources.redhat.com/pub/gcc/snapshots/ +.for SITE in ftp://gcc.gnu.org/pub/gcc/snapshots/ ftp://mirrors.rcn.net/mirrors/sources.redhat.com/gcc/snapshots/ @-ncftpls ${SITE} | grep LATEST .endfor |