diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 1998-08-26 09:51:16 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 1998-08-26 09:51:16 +0000 |
commit | c36f11a7635b08fd76bdf21ce0f48982985a4984 (patch) | |
tree | 3dc23abb51c6efa2dea5b1eb970d1440c1ec1e3b /lang/gcc44/Makefile | |
parent | 7d83638156d58441d06eace2d2d817fee8dc8976 (diff) | |
download | ports-c36f11a7635b08fd76bdf21ce0f48982985a4984.tar.gz ports-c36f11a7635b08fd76bdf21ce0f48982985a4984.zip |
Notes
Diffstat (limited to 'lang/gcc44/Makefile')
-rw-r--r-- | lang/gcc44/Makefile | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/lang/gcc44/Makefile b/lang/gcc44/Makefile index b94105a20ef6..1b207de2750f 100644 --- a/lang/gcc44/Makefile +++ b/lang/gcc44/Makefile @@ -4,18 +4,19 @@ # Date created: 9 Jan 1998 # Whom: John Polstra <jdp@polstra.com> # -# $Id: Makefile,v 1.25 1998/08/11 08:22:45 obrien Exp $ +# $Id: Makefile,v 1.26 1998/08/12 04:39:10 jdp Exp $ # -DISTNAME= egcs-19980803 +DISTNAME= egcs-19980816 CATEGORIES= lang -MASTER_SITES= ftp://egcs.cygnus.com/pub/egcs/snapshots/1998-08-03/ \ - ftp://cambridge.cygnus.com/pub/egcs/snapshots/1998-08-03/ \ - ftp://ftp.fu-berlin.de/unix/languages/egcs/snapshots/1998-08-03/ +MASTER_SITES= ftp://egcs.cygnus.com/pub/egcs/snapshots/1998-08-16/ \ + ftp://cambridge.cygnus.com/pub/egcs/snapshots/1998-08-16/ \ + ftp://ftp.fu-berlin.de/unix/languages/egcs/snapshots/1998-08-16/ MAINTAINER= obrien@FreeBSD.org -EGCS_REV= egcs-2.91.53 +EGCS_REV= egcs-2.91.54 +PLIST_SUB= EGCS_REV=${EGCS_REV} GNU_HOST=${GNUHOST} GNUHOST= i386-unknown-freebsd GNU_CONFIGURE= yes USE_GMAKE= yes |