diff options
author | Marc G. Fournier <scrappy@FreeBSD.org> | 1999-04-22 00:17:18 +0000 |
---|---|---|
committer | Marc G. Fournier <scrappy@FreeBSD.org> | 1999-04-22 00:17:18 +0000 |
commit | a05c0a07b80dea11eea81423e72bb8e48657d1ae (patch) | |
tree | d0acdf67187748983f1ed227f55e4641b2b50de1 /lang/gcc295 | |
parent | Add snowstar. (diff) |
this should finish cleaning up the WWW_SITE -> DESCR/WWW: mess ...
Notes
Notes:
svn path=/head/; revision=18059
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 e97ad12bbc21..47544115a1d7 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 8931be9c3979..0429360a5404 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 |