diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 1998-07-26 23:43:40 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 1998-07-26 23:43:40 +0000 |
commit | 46f2115274681cc729839a180fd729606e00a5f0 (patch) | |
tree | aa6edd0f82f32645904c6e2b666c99eb7029ba4b /lang/gcc44/Makefile | |
parent | Add "net" to CATEGORIES. Seems TCP utils belongs there to me. (diff) |
Upgrade to the 19980721 snap.
Diffstat (limited to 'lang/gcc44/Makefile')
-rw-r--r-- | lang/gcc44/Makefile | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/lang/gcc44/Makefile b/lang/gcc44/Makefile index 1147790c358d..a4e8ff528a83 100644 --- a/lang/gcc44/Makefile +++ b/lang/gcc44/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 |