diff options
author | adamw <adamw@FreeBSD.org> | 2002-11-07 11:10:58 +0800 |
---|---|---|
committer | adamw <adamw@FreeBSD.org> | 2002-11-07 11:10:58 +0800 |
commit | 7728de257b83c02836ea94cb7b2cf4cd94cc5831 (patch) | |
tree | 39c06bf9b0c9d7d5b9f12e09ea13f9d423bb1e97 /lang/gcc27 | |
parent | fe66d29282150d9c4b4d8ce3883c1c361ee564bb (diff) | |
download | freebsd-ports-gnome-7728de257b83c02836ea94cb7b2cf4cd94cc5831.tar.gz freebsd-ports-gnome-7728de257b83c02836ea94cb7b2cf4cd94cc5831.tar.zst freebsd-ports-gnome-7728de257b83c02836ea94cb7b2cf4cd94cc5831.zip |
Fix PORTCOMMENTs that were killing INDEX builds.
105 pointy hats to: me
Approved by: pat
Diffstat (limited to 'lang/gcc27')
-rw-r--r-- | lang/gcc27/Makefile | 2 | ||||
-rw-r--r-- | lang/gcc27/pkg-comment | 1 |
2 files changed, 1 insertions, 2 deletions
diff --git a/lang/gcc27/Makefile b/lang/gcc27/Makefile index 3a207639a067..0c2612b4d83b 100644 --- a/lang/gcc27/Makefile +++ b/lang/gcc27/Makefile @@ -18,8 +18,6 @@ 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 new file mode 100644 index 000000000000..f7345586e15d --- /dev/null +++ b/lang/gcc27/pkg-comment @@ -0,0 +1 @@ +Base C/C++ compiler from FreeBSD 2.2.x & 3.x (for your old code) |