diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 2002-12-03 04:35:07 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 2002-12-03 04:35:07 +0000 |
commit | 77e870fc0319e634f17d9ece28dfcad9136c9a97 (patch) | |
tree | c1698fd204b3d2fce717e2fc3ce5c0ace9d2abed /lang/gcc31/Makefile | |
parent | f8345466c36ddd807eb69d7ad41ba7d42af90c8e (diff) |
Notes
Diffstat (limited to 'lang/gcc31/Makefile')
-rw-r--r-- | lang/gcc31/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/gcc31/Makefile b/lang/gcc31/Makefile index df0f6eb5016f..81c6c09ead5c 100644 --- a/lang/gcc31/Makefile +++ b/lang/gcc31/Makefile @@ -159,7 +159,7 @@ post-install: cd ${WRKDIR} ; ex < ex.script cklatest: -.for SITE in ftp://mirrors.rcn.net/mirrors/sources.redhat.com/gcc/snapshots/ ftp://egcs.cygnus.com/pub/gcc/snapshots/ +.for SITE in ftp://mirrors.rcn.net/mirrors/sources.redhat.com/gcc/snapshots/ ftp://sources.redhat.com/pub/gcc/snapshots/ @-ncftpls ${SITE} | grep LATEST .endfor |