diff options
author | Andreas Klemm <andreas@FreeBSD.org> | 1997-03-03 21:37:05 +0000 |
---|---|---|
committer | Andreas Klemm <andreas@FreeBSD.org> | 1997-03-03 21:37:05 +0000 |
commit | efc245cfb1b10c8915217c5f0d719267a35b9c8a (patch) | |
tree | 7dbac185634ec2741f579956291a9ec394181197 /net/bb/Makefile | |
parent | gets() -> fgets() (diff) |
Upgraded bb to 1.04.
New features ... traces sendmail, pop3, ...
Reviewed by:
Submitted by:
Obtained from:
Notes
Notes:
svn path=/head/; revision=5821
Diffstat (limited to 'net/bb/Makefile')
-rw-r--r-- | net/bb/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/net/bb/Makefile b/net/bb/Makefile index 90319af05aec..3deeddd0ad63 100644 --- a/net/bb/Makefile +++ b/net/bb/Makefile @@ -3,11 +3,11 @@ # Date created: So 17 Nov 1996 16:59:23 MET # Whom: Andreas Klemm <andreas@klemm.gtn.com> # -# $Id: Makefile,v 1.12 1997/01/24 12:16:53 asami Exp $ +# $Id: Makefile,v 1.13 1997/01/26 18:44:35 andreas Exp $ # DISTNAME= bb -PKGNAME= bb-1.0 +PKGNAME= bb-1.04 CATEGORIES= net MASTER_SITES= http://www.iti.qc.ca/iti/users/sean/bb-dnld/ EXTRACT_SUFX= -src.tgz @@ -21,6 +21,8 @@ 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} |