diff options
author | Andreas Klemm <andreas@FreeBSD.org> | 1997-10-09 21:04:47 +0000 |
---|---|---|
committer | Andreas Klemm <andreas@FreeBSD.org> | 1997-10-09 21:04:47 +0000 |
commit | 725e0adfcafef57081a1111ad26639d0f8fb1e3a (patch) | |
tree | 05ed35254e31a1b5ca8dbec87e5196102760229b /net/bb | |
parent | e999c3c13198427af6f138ceb12cf3f3cf1d54ea (diff) |
cosmetic changes, changed MAINTAINER address to andreas@FreeBSD.ORG
Notes
Notes:
svn path=/head/; revision=8192
Diffstat (limited to 'net/bb')
-rw-r--r-- | net/bb/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/bb/Makefile b/net/bb/Makefile index ba0d92ff0134..98c4f254083b 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.17 1997/07/13 18:49:26 max Exp $ +# $Id: Makefile,v 1.18 1997/10/04 14:53:01 andreas Exp $ # DISTNAME= bb @@ -12,7 +12,7 @@ CATEGORIES= net MASTER_SITES= http://www.iti.qc.ca/iti/users/sean/bb-dnld/ EXTRACT_SUFX= -src.tgz -MAINTAINER= andreas@klemm.gtn.com +MAINTAINER= andreas@FreeBSD.ORG BUILD_DEPENDS= ${PREFIX}/sbin/httpd:${PORTSDIR}/www/apache |