diff options
author | scrappy <scrappy@FreeBSD.org> | 1999-03-11 21:47:15 +0000 |
---|---|---|
committer | scrappy <scrappy@FreeBSD.org> | 1999-03-11 21:47:15 +0000 |
commit | 9b37fbae4caa9aa7445050824376535a268d2b31 (patch) | |
tree | c5ea529a9f6895e7723800b42866a8c7777f48ae /lang/gcc44/Makefile | |
parent | b4b30a5eb7e3f1fcff1e74146a9d9cf216b5deed (diff) | |
download | FreeBSD-ports-9b37fbae4caa9aa7445050824376535a268d2b31.zip FreeBSD-ports-9b37fbae4caa9aa7445050824376535a268d2b31.tar.gz |
Commit all Y2K/WWW_SITE changes from today...
Diffstat (limited to 'lang/gcc44/Makefile')
-rw-r--r-- | lang/gcc44/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lang/gcc44/Makefile b/lang/gcc44/Makefile index 3820cb6..57df0d9 100644 --- a/lang/gcc44/Makefile +++ b/lang/gcc44/Makefile @@ -4,7 +4,7 @@ # Date created: 9 Jan 1998 # Whom: John Polstra <jdp@polstra.com> # -# $Id: Makefile,v 1.47 1999/02/28 12:18:36 obrien Exp $ +# $Id: Makefile,v 1.48 1999/03/08 07:28:27 asami Exp $ # DISTNAME= egcs-1.1.2-pre2 @@ -22,6 +22,8 @@ MASTER_SITES= ftp://go.cygnus.com/pub/ftp.cygnus.com/egcs/snapshots/egcs-1.1.2-p MAINTAINER= obrien@FreeBSD.org +WWW_SITE= http://egcs.cygnus.com + #USE_BZIP2= yes .include <bsd.port.pre.mk> |