summaryrefslogtreecommitdiff
path: root/net/bb
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1997-01-06 13:54:53 +0000
committerSatoshi Asami <asami@FreeBSD.org>1997-01-06 13:54:53 +0000
commitacba5a9cf31448a25245fe625fa3416f5bc9d8a8 (patch)
treef0ccc4da85fdce99c3c87c548aa6916b79bbe7b8 /net/bb
parentMisc. cleanup. (diff)
Comment out NO_CDROM, author says ok.
Notes
Notes: svn path=/head/; revision=5237
Diffstat (limited to 'net/bb')
-rw-r--r--net/bb/Makefile7
1 files changed, 5 insertions, 2 deletions
diff --git a/net/bb/Makefile b/net/bb/Makefile
index 48db929221e0..2f5a1a599920 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 )