diff options
-rw-r--r-- | net/bb/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/net/bb/Makefile b/net/bb/Makefile index 3deeddd0ad63..9142afc45ab3 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.13 1997/01/26 18:44:35 andreas Exp $ +# $Id: Makefile,v 1.14 1997/03/03 21:37:01 andreas Exp $ # DISTNAME= bb @@ -21,8 +21,6 @@ BUILD_DEPENDS= ${PREFIX}/sbin/httpd:${PORTSDIR}/www/apache # contact Sean MacGuire <sean@iti.qc.ca>. #NO_CDROM= "It can't be sold" -DIST_SUBDIR= bb-1.04 - post-configure: ( cd ${WRKSRC}/doc; /bin/sh bbconfig freebsd ) @${CP} ${FILESDIR}/Makefile ${WRKSRC} |