Don't waste CDROM real estate on a soon to be OBE version.

This commit is contained in:
David E. O'Brien 1999-07-15 11:14:11 +00:00
parent dcbfd9ec96
commit a90627b9d6
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=20213
2 changed files with 6 additions and 2 deletions

View file

@ -4,7 +4,7 @@
# Date created: 17 Jan 1998
# Whom: David O'Brien <obrien@NUXI.com>
#
# $Id: Makefile,v 1.22 1999/03/08 07:28:29 asami Exp $
# $Id: Makefile,v 1.23 1999/03/31 10:42:20 obrien Exp $
#
DISTNAME= gcc-2.8.1
@ -14,6 +14,8 @@ MASTER_SITE_SUBDIR= gcc
MAINTAINER= obrien@FreeBSD.org
NO_CDROM= 'old version, not worth the cost in real estate'
.include <bsd.port.pre.mk>
.if ${PORTOBJFORMAT} == "elf"

View file

@ -4,7 +4,7 @@
# Date created: 03 Mar 1998
# Whom: David O'Brien <obrien@NUXI.com>
#
# $Id: Makefile,v 1.17 1999/03/11 21:47:12 scrappy Exp $
# $Id: Makefile,v 1.18 1999/03/31 10:42:21 obrien Exp $
#
DISTNAME= libstdc++-2.8.1.1
@ -15,6 +15,8 @@ MASTER_SITE_SUBDIR= libstdc++
MAINTAINER= obrien@FreeBSD.org
NO_CDROM= 'old version, not worth the cost in real estate'
Y2K= http://www.gnu.org/software/year2000.html
BUILD_DEPENDS= gcc28:${PORTSDIR}/lang/gcc28 \