summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1997-01-06 08:51:42 +0000
committerSatoshi Asami <asami@FreeBSD.org>1997-01-06 08:51:42 +0000
commita6127faf46d04ed385562808af7bd5381e6cc7cc (patch)
treed165a14dcfaf866dc67404d9785afedb8cf771e1 /net
parentMerge patch-ag, patch-ah into patch-ab as they all change the same file. (diff)
Add NO_CDROM for now, since the README says:
=== License Agreement ================= Big Brother is non-commercial software. That means it can't be sold or included in any commercial product without written permission from Sean MacGuire. === I have sent mail to Mr. MacGuire asking for permission.
Notes
Notes: svn path=/head/; revision=5226
Diffstat (limited to 'net')
-rw-r--r--net/bb/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/net/bb/Makefile b/net/bb/Makefile
index 8311a035498f..48db929221e0 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.5 1997/01/04 15:12:59 andreas Exp $
+# $Id: Makefile,v 1.6 1997/01/04 15:24:34 andreas Exp $
#
DISTNAME= bb
@@ -17,6 +17,8 @@ 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"
+
post-configure:
( cd ${WRKSRC}/doc; /bin/sh bbconfig freebsd )
@${CP} ${FILESDIR}/Makefile ${WRKSRC}