diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 2002-11-05 03:10:08 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 2002-11-05 03:10:08 +0000 |
commit | 3d7bd2c6890f2c979f8f82f74aab373dcd22cf82 (patch) | |
tree | 5bc20709b7e130db17e0082cd284c94a46ae0dbd /lang/egcs | |
parent | port needs perl to build -> USE_PERL5=yes (diff) |
The effort to maintain these for FreeBSD just isn't worth it with the lack
of reward.
Notes
Notes:
svn path=/head/; revision=69508
Diffstat (limited to 'lang/egcs')
-rw-r--r-- | lang/egcs/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/egcs/Makefile b/lang/egcs/Makefile index 5cedf9606420..78e91dd3e49f 100644 --- a/lang/egcs/Makefile +++ b/lang/egcs/Makefile @@ -21,7 +21,7 @@ MASTER_SITES= ftp://go.cygnus.com/pub/ftp.cygnus.com/egcs/releases/egcs-1.1.2/ \ DISTFILES= egcs-core-1.1.2${EXTRACT_SUFX} egcs-g++-1.1.2${EXTRACT_SUFX} \ egcs-g77-1.1.2${EXTRACT_SUFX} egcs-objc-1.1.2${EXTRACT_SUFX} -MAINTAINER= obrien@FreeBSD.org +MAINTAINER= ports@FreeBSD.org USE_BZIP2= yes |