diff options
author | obrien <obrien@FreeBSD.org> | 1998-08-26 17:51:16 +0800 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 1998-08-26 17:51:16 +0800 |
commit | 4734dac22335944279130bcc4849f6fe20a82b05 (patch) | |
tree | 34dcee834fd619c31cada5b4b7b5d8d430d70c09 /lang/gcc/Makefile | |
parent | 268d3d93dbf3e63ef11c111aee80ac85d51c20e6 (diff) | |
download | freebsd-ports-gnome-4734dac22335944279130bcc4849f6fe20a82b05.tar.gz freebsd-ports-gnome-4734dac22335944279130bcc4849f6fe20a82b05.tar.zst freebsd-ports-gnome-4734dac22335944279130bcc4849f6fe20a82b05.zip |
* upgrade to 19980816 snapshot
* reduce maintance costs, advantage PLIST_SUB
Diffstat (limited to 'lang/gcc/Makefile')
-rw-r--r-- | lang/gcc/Makefile | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/lang/gcc/Makefile b/lang/gcc/Makefile index b94105a20ef6..1b207de2750f 100644 --- a/lang/gcc/Makefile +++ b/lang/gcc/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 |