diff options
author | obrien <obrien@FreeBSD.org> | 1998-07-27 07:43:40 +0800 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 1998-07-27 07:43:40 +0800 |
commit | 3576bc3d3499a7561e21cfb716916507070822cb (patch) | |
tree | 86fe60f04364863ae27bbda2d6abdaafc2abfe5c /lang/gcc32/Makefile | |
parent | 352d746b70622129fe27db249fd781334813f5ed (diff) | |
download | freebsd-ports-gnome-3576bc3d3499a7561e21cfb716916507070822cb.tar.gz freebsd-ports-gnome-3576bc3d3499a7561e21cfb716916507070822cb.tar.zst freebsd-ports-gnome-3576bc3d3499a7561e21cfb716916507070822cb.zip |
Upgrade to the 19980721 snap.
Diffstat (limited to 'lang/gcc32/Makefile')
-rw-r--r-- | lang/gcc32/Makefile | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/lang/gcc32/Makefile b/lang/gcc32/Makefile index 1147790c358d..a4e8ff528a83 100644 --- a/lang/gcc32/Makefile +++ b/lang/gcc32/Makefile @@ -4,18 +4,18 @@ # Date created: 9 Jan 1998 # Whom: John Polstra <jdp@polstra.com> # -# $Id: Makefile,v 1.21 1998/07/06 10:17:09 obrien Exp $ +# $Id: Makefile,v 1.22 1998/07/16 06:23:40 obrien Exp $ # -DISTNAME= egcs-19980715 +DISTNAME= egcs-19980721 CATEGORIES= lang -MASTER_SITES= ftp://egcs.cygnus.com/pub/egcs/snapshots/1998-07-15/ \ - ftp://cambridge.cygnus.com/pub/egcs/snapshots/1998-07-15/ \ - ftp://ftp.fu-berlin.de/unix/languages/egcs/snapshots/1998-07-15/ +MASTER_SITES= ftp://egcs.cygnus.com/pub/egcs/snapshots/1998-07-21/ \ + ftp://cambridge.cygnus.com/pub/egcs/snapshots/1998-07-21/ \ + ftp://ftp.fu-berlin.de/unix/languages/egcs/snapshots/1998-07-21/ MAINTAINER= obrien@FreeBSD.org -EGCS_REV= egcs-2.91.50 +EGCS_REV= egcs-2.91.51 GNUHOST= i386-unknown-freebsd${GNUOSREL} GNU_CONFIGURE= yes USE_GMAKE= yes |