aboutsummaryrefslogtreecommitdiff
path: root/lang/gcc31/Makefile
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>2002-06-22 20:26:51 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>2002-06-22 20:26:51 +0000
commite98a7286401319ad99e1be7e5d830c3e043f3eeb (patch)
tree34febc7576fb48c751abca607413eb00ebd94478 /lang/gcc31/Makefile
parent9b386628d06628cc70a1df243df4e2916e3a77d6 (diff)
downloadports-e98a7286401319ad99e1be7e5d830c3e043f3eeb.tar.gz
ports-e98a7286401319ad99e1be7e5d830c3e043f3eeb.zip
Notes
Diffstat (limited to 'lang/gcc31/Makefile')
-rw-r--r--lang/gcc31/Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/lang/gcc31/Makefile b/lang/gcc31/Makefile
index 3993fc6e9bff..0853b8174e78 100644
--- a/lang/gcc31/Makefile
+++ b/lang/gcc31/Makefile
@@ -6,7 +6,7 @@
# $FreeBSD$
#
-SNAPDATE= 2002-05-27
+SNAPDATE= 2002-06-17
SNAPVER= ${SNAPDATE:S/-//g}
PORTNAME= gcc
@@ -14,7 +14,7 @@ PORTVERSION= 3.1.1
PORTREVISION= ${SNAPVER}
CATEGORIES= lang java
MASTER_SITES= ${MASTER_SITE_SOURCEWARE} \
- ftp://egcs.cygnus.com/pub/egcs/snapshots/${SNAPDATE}/
+ ftp://egcs.cygnus.com/pub/gcc/snapshots/${SNAPDATE}/
MASTER_SITE_SUBDIR= gcc/snapshots/${SNAPDATE}
DISTFILES= \
gcc-core-${SNAPVER}${EXTRACT_SUFX} \
@@ -161,8 +161,8 @@ post-install:
cd ${WRKDIR} ; ex < ex.script
cklatest:
- ncftpls \
- ftp://mirrors.rcn.net/mirrors/sources.redhat.com/gcc/snapshots/ \
- | grep LATEST
+.for SITE in ftp://mirrors.rcn.net/mirrors/sources.redhat.com/gcc/snapshots/ ftp://egcs.cygnus.com/pub/gcc/snapshots/
+ @-ncftpls ${SITE} | grep LATEST
+.endfor
.include <bsd.port.post.mk>