diff options
author | Bill Fumerola <billf@FreeBSD.org> | 1998-12-08 21:26:23 +0000 |
---|---|---|
committer | Bill Fumerola <billf@FreeBSD.org> | 1998-12-08 21:26:23 +0000 |
commit | 2eeedf3e8a52127da4ed5e755a6bcac919e892a7 (patch) | |
tree | 479adcc6d58bb1231122b1e9ad7a869db678e5b3 | |
parent | Move MASTER_SITES to new location. (diff) |
Netscape removed the 4.07 DISTFILES to make space for 4.08, which hasn't
been released yet.
Hence, mark this BROKEN.
Reported by: Fenner's survey
Notes
Notes:
svn path=/head/; revision=15207
-rw-r--r-- | www/netscape4-communicator/Makefile | 6 | ||||
-rw-r--r-- | www/netscape48-communicator/Makefile | 6 |
2 files changed, 8 insertions, 4 deletions
diff --git a/www/netscape4-communicator/Makefile b/www/netscape4-communicator/Makefile index ea18dd4ce41e..4ca562ca22d4 100644 --- a/www/netscape4-communicator/Makefile +++ b/www/netscape4-communicator/Makefile @@ -3,7 +3,7 @@ # Date created: 24 Feb 1997 # Whom: ache # -# $Id: Makefile,v 1.23 1998/10/14 04:24:20 jseger Exp $ +# $Id: Makefile,v 1.24 1998/11/19 05:17:40 obrien Exp $ # DISTNAME= netscape-communicator-4.07 @@ -14,8 +14,10 @@ AUTOADMIN= autoadmin-v407.x86-unknown-freebsd.tar.gz MAINTAINER= ache@FreeBSD.ORG -NO_FILTER_SHLIBS= yes +BROKEN= "'due to a lack of disk space, Netscape removed\ + ${DISTNAME}'" +NO_FILTER_SHLIBS= yes WRKSRC= ${WRKDIR}/communicator-v407.x86-unknown-freebsd NO_BUILD= Yes diff --git a/www/netscape48-communicator/Makefile b/www/netscape48-communicator/Makefile index ea18dd4ce41e..4ca562ca22d4 100644 --- a/www/netscape48-communicator/Makefile +++ b/www/netscape48-communicator/Makefile @@ -3,7 +3,7 @@ # Date created: 24 Feb 1997 # Whom: ache # -# $Id: Makefile,v 1.23 1998/10/14 04:24:20 jseger Exp $ +# $Id: Makefile,v 1.24 1998/11/19 05:17:40 obrien Exp $ # DISTNAME= netscape-communicator-4.07 @@ -14,8 +14,10 @@ AUTOADMIN= autoadmin-v407.x86-unknown-freebsd.tar.gz MAINTAINER= ache@FreeBSD.ORG -NO_FILTER_SHLIBS= yes +BROKEN= "'due to a lack of disk space, Netscape removed\ + ${DISTNAME}'" +NO_FILTER_SHLIBS= yes WRKSRC= ${WRKDIR}/communicator-v407.x86-unknown-freebsd NO_BUILD= Yes |