aboutsummaryrefslogtreecommitdiffstats
path: root/lang/gcc31
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2002-12-03 12:35:07 +0800
committerobrien <obrien@FreeBSD.org>2002-12-03 12:35:07 +0800
commit23a89c2e6cd5c3b54fbd4d23aa217dbf3d098157 (patch)
tree26cb204c4d3d45a8ae55f191d13b8867a61f11a6 /lang/gcc31
parent6f6a690e33c8272eb5e7a18bfbcf39d6b69d1123 (diff)
downloadfreebsd-ports-gnome-23a89c2e6cd5c3b54fbd4d23aa217dbf3d098157.tar.gz
freebsd-ports-gnome-23a89c2e6cd5c3b54fbd4d23aa217dbf3d098157.tar.zst
freebsd-ports-gnome-23a89c2e6cd5c3b54fbd4d23aa217dbf3d098157.zip
Fix cklatest paths.
Reported by: gerald Approved by: kris
Diffstat (limited to 'lang/gcc31')
-rw-r--r--lang/gcc31/Makefile2
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