diff options
author | asami <asami@FreeBSD.org> | 1997-01-06 13:54:53 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1997-01-06 13:54:53 +0000 |
commit | 149f2a25bd267b9b1f74b6e182cbaaa87df0ee47 (patch) | |
tree | 0753fe7803331673cf305589396d19d15a620991 /net/bb | |
parent | 93f248dfce6d9df2c0413cdcc6694af67e836025 (diff) | |
download | FreeBSD-ports-149f2a25bd267b9b1f74b6e182cbaaa87df0ee47.zip FreeBSD-ports-149f2a25bd267b9b1f74b6e182cbaaa87df0ee47.tar.gz |
Comment out NO_CDROM, author says ok.
Diffstat (limited to 'net/bb')
-rw-r--r-- | net/bb/Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/net/bb/Makefile b/net/bb/Makefile index 48db929..2f5a1a5 100644 --- a/net/bb/Makefile +++ b/net/bb/Makefile @@ -3,7 +3,7 @@ # Date created: So 17 Nov 1996 16:59:23 MET # Whom: Andreas Klemm <andreas@klemm.gtn.com> # -# $Id: Makefile,v 1.6 1997/01/04 15:24:34 andreas Exp $ +# $Id: Makefile,v 1.7 1997/01/06 08:51:42 asami Exp $ # DISTNAME= bb @@ -17,7 +17,10 @@ MAINTAINER= andreas@klemm.gtn.com BUILD_DEPENDS= ${PREFIX}/sbin/httpd:${PORTSDIR}/www/apache RUN_DEPENDS= netscape:${PORTSDIR}/www/netscape3 -NO_CDROM= "It can't be sold" +# The FreeBSD Ports Team has permission to include this in our CDROM +# from the author, but others who wish to do likewise will have to +# contact Sean MacGuire <sean@iti.qc.ca>. +#NO_CDROM= "It can't be sold" post-configure: ( cd ${WRKSRC}/doc; /bin/sh bbconfig freebsd ) |