diff options
-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} |