diff options
author | scrappy <scrappy@FreeBSD.org> | 1999-04-22 00:17:18 +0000 |
---|---|---|
committer | scrappy <scrappy@FreeBSD.org> | 1999-04-22 00:17:18 +0000 |
commit | a7d0cfc2c5fe8a3be497a48bff14f434d4c7b87d (patch) | |
tree | 006d85b1a207b6d68c794387f1268de6952c7fc5 /lang/gcc295 | |
parent | b76829d860898cd0c4a4960aebd9e9a4aec48765 (diff) | |
download | FreeBSD-ports-a7d0cfc2c5fe8a3be497a48bff14f434d4c7b87d.zip FreeBSD-ports-a7d0cfc2c5fe8a3be497a48bff14f434d4c7b87d.tar.gz |
this should finish cleaning up the WWW_SITE -> DESCR/WWW: mess ...
Diffstat (limited to 'lang/gcc295')
-rw-r--r-- | lang/gcc295/Makefile | 4 | ||||
-rw-r--r-- | lang/gcc295/pkg-descr | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/lang/gcc295/Makefile b/lang/gcc295/Makefile index e97ad12..4754411 100644 --- a/lang/gcc295/Makefile +++ b/lang/gcc295/Makefile @@ -4,7 +4,7 @@ # Date created: 9 Jan 1998 # Whom: John Polstra <jdp@polstra.com> # -# $Id: Makefile,v 1.53 1999/03/30 02:58:02 obrien Exp $ +# $Id: Makefile,v 1.54 1999/04/08 21:12:34 billf Exp $ # DISTNAME= egcs-1.1.2 @@ -22,8 +22,6 @@ DISTFILES= egcs-core-1.1.2${EXTRACT_SUFX} egcs-g++-1.1.2${EXTRACT_SUFX} \ MAINTAINER= obrien@FreeBSD.org -WWW_SITE= http://egcs.cygnus.com/ - USE_BZIP2= yes .include <bsd.port.pre.mk> diff --git a/lang/gcc295/pkg-descr b/lang/gcc295/pkg-descr index 8931be9..0429360 100644 --- a/lang/gcc295/pkg-descr +++ b/lang/gcc295/pkg-descr @@ -13,3 +13,5 @@ so forth into the "${PREFIX}/bin" directory. Mind your PATHs if you don't want to use this compiler by default. - John Polstra <jdp@polstra.com> + +WWW: http://egcs.cygnus.com |