diff options
author | Gerald Pfeifer <gerald@FreeBSD.org> | 2013-11-26 06:51:25 +0000 |
---|---|---|
committer | Gerald Pfeifer <gerald@FreeBSD.org> | 2013-11-26 06:51:25 +0000 |
commit | dd65588ede00dfcfc8d777899363d640873d06f2 (patch) | |
tree | 3871113800eb1d29e07acb1fbb0d5bc9540cb904 /lang | |
parent | - use STAGEDIR (diff) |
Change PORTNAME from gcc to gcc34 to match the actual name of this
port and avoid a package name collision with other GCC ports. This
also allows us to remove LATEST_LINK.
Notes
Notes:
svn path=/head/; revision=334920
Diffstat (limited to 'lang')
-rw-r--r-- | lang/gcc34/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lang/gcc34/Makefile b/lang/gcc34/Makefile index 00f9deecd173..16b07ecfb142 100644 --- a/lang/gcc34/Makefile +++ b/lang/gcc34/Makefile @@ -1,7 +1,7 @@ # Created by: John Polstra <jdp@polstra.com> # $FreeBSD$ -PORTNAME= gcc +PORTNAME= gcc34 PORTVERSION= 3.4.6 PORTREVISION= 3 PORTEPOCH= 1 @@ -17,7 +17,6 @@ MAINTAINER= gerald@FreeBSD.org COMMENT= GNU Compiler Collection 3.4 SUFFIX= 34 -LATEST_LINK= gcc${SUFFIX}${PKGNAMESUFFIX} USES= bison gmake iconv perl5 USE_BZIP2= yes USE_PERL= build |