diff options
author | gerald <gerald@FreeBSD.org> | 2003-03-24 16:03:14 +0000 |
---|---|---|
committer | gerald <gerald@FreeBSD.org> | 2003-03-24 16:03:14 +0000 |
commit | c0fd2c2b88580e5fc247691417c65edcf4c34c5a (patch) | |
tree | 6679dace2ce7b603b0d4da3cfd5db6a7f0402e76 /lang/gcc32 | |
parent | 03f478987df5207a9bb19e07888617ab8818a9b4 (diff) | |
download | FreeBSD-ports-c0fd2c2b88580e5fc247691417c65edcf4c34c5a.zip FreeBSD-ports-c0fd2c2b88580e5fc247691417c65edcf4c34c5a.tar.gz |
Fix COMMENT and a Makefile comment.
Diffstat (limited to 'lang/gcc32')
-rw-r--r-- | lang/gcc32/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/gcc32/Makefile b/lang/gcc32/Makefile index f6f98aa..18c9ca8 100644 --- a/lang/gcc32/Makefile +++ b/lang/gcc32/Makefile @@ -25,7 +25,7 @@ DISTFILES= gcc-core-${PORTVERSION}${EXTRACT_SUFX} \ #PATCHFILES= port_gcc32_${SNAPDATE}.diff MAINTAINER= ports@FreeBSD.org -COMMENT= GNU Compiler Collection 3.2.1 (inprogress version) +COMMENT= GNU Compiler Collection 3.2.2 LATEST_LINK= gcc32 @@ -35,7 +35,7 @@ PATCH_WRKSRC= ${SRCDIR} CONFIGURE_SCRIPT= ../${SRCDIR:C/${WRKDIR}//}/configure # do not require GCC 3.2 to compile -- or we have an infinate loop on RELENG_4. USE_GCC= X -NOMANCOMPRESS= yes # to hard to deal with differences on 5-cur and releng4 +NOMANCOMPRESS= yes # too hard to deal with differences on 5-cur and releng4 .include <bsd.port.pre.mk> |