diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2002-11-06 22:47:41 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2002-11-06 22:47:41 +0000 |
commit | d9611f93758b42bc9f2e2794b3d0039ec6038c4e (patch) | |
tree | 7188beb34e0a3adac815c9497c615b1b78eb4454 /lang/gcc27 | |
parent | e90c5ac85e1589656db313625839221c0668d513 (diff) | |
download | ports-d9611f93758b42bc9f2e2794b3d0039ec6038c4e.tar.gz ports-d9611f93758b42bc9f2e2794b3d0039ec6038c4e.zip |
Notes
Diffstat (limited to 'lang/gcc27')
-rw-r--r-- | lang/gcc27/Makefile | 2 | ||||
-rw-r--r-- | lang/gcc27/pkg-comment | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/lang/gcc27/Makefile b/lang/gcc27/Makefile index 0c2612b4d83b..3a207639a067 100644 --- a/lang/gcc27/Makefile +++ b/lang/gcc27/Makefile @@ -18,6 +18,8 @@ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} libg++-2.7.2${EXTRACT_SUFX} MAINTAINER= ports@FreeBSD.org +PORTCOMMENT= Base C/C++ compiler from FreeBSD 2.2.x & 3.x (for your old code) + NO_CDROM= 'old version, not worth the cost in real estate' LATEST_LINK= gcc27 diff --git a/lang/gcc27/pkg-comment b/lang/gcc27/pkg-comment deleted file mode 100644 index f7345586e15d..000000000000 --- a/lang/gcc27/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -Base C/C++ compiler from FreeBSD 2.2.x & 3.x (for your old code) |