diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 1998-07-16 06:23:42 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 1998-07-16 06:23:42 +0000 |
commit | 0d874aa8de07058e20e1c59c1c0bdc5e237f32a2 (patch) | |
tree | 0dce2dd9f42df8d03b404b6f0d9896598ce3948d /lang/gcc43/Makefile | |
parent | 9009e125b2839a38014e1fd964a8b45a6abed1b5 (diff) | |
download | ports-0d874aa8de07058e20e1c59c1c0bdc5e237f32a2.tar.gz ports-0d874aa8de07058e20e1c59c1c0bdc5e237f32a2.zip |
Notes
Diffstat (limited to 'lang/gcc43/Makefile')
-rw-r--r-- | lang/gcc43/Makefile | 20 |
1 files changed, 11 insertions, 9 deletions
diff --git a/lang/gcc43/Makefile b/lang/gcc43/Makefile index d6283d43cd2b..1147790c358d 100644 --- a/lang/gcc43/Makefile +++ b/lang/gcc43/Makefile @@ -1,19 +1,21 @@ -# ex:ts=8 New ports collection makefile for: egcs Version required: -# 1998-02-28 Date created: 9 Jan 1998 -# Whom: John Polstra <jdp@polstra.com> +# ex:ts=8 +# Ports collection makefile for: egcs +# Version required: 1998-02-28 +# Date created: 9 Jan 1998 +# Whom: John Polstra <jdp@polstra.com> # -# $Id: Makefile,v 1.20 1998/06/10 05:29:12 obrien Exp $ +# $Id: Makefile,v 1.21 1998/07/06 10:17:09 obrien Exp $ # -DISTNAME= egcs-19980628 +DISTNAME= egcs-19980715 CATEGORIES= lang -MASTER_SITES= ftp://egcs.cygnus.com/pub/egcs/snapshots/1998-06-28/ \ - ftp://cambridge.cygnus.com/pub/egcs/snapshots/1998-06-28/ \ - ftp://ftp.fu-berlin.de/unix/languages/egcs/snapshots/1998-06-28/ +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/ MAINTAINER= obrien@FreeBSD.org -EGCS_REV= egcs-2.91.43 +EGCS_REV= egcs-2.91.50 GNUHOST= i386-unknown-freebsd${GNUOSREL} GNU_CONFIGURE= yes USE_GMAKE= yes |