diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1997-01-06 08:51:42 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1997-01-06 08:51:42 +0000 |
commit | a6127faf46d04ed385562808af7bd5381e6cc7cc (patch) | |
tree | d165a14dcfaf866dc67404d9785afedb8cf771e1 /net/bb | |
parent | 1a587725f19bfcc37052b18232128f400e61cc77 (diff) |
Notes
Diffstat (limited to 'net/bb')
-rw-r--r-- | net/bb/Makefile | 4 |
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} |