summaryrefslogtreecommitdiff
path: root/net/bb/Makefile
diff options
context:
space:
mode:
authorAndreas Klemm <andreas@FreeBSD.org>1998-08-29 11:25:15 +0000
committerAndreas Klemm <andreas@FreeBSD.org>1998-08-29 11:25:15 +0000
commit05365a4afd1650d6f78bca1849ececf93e0e5bbe (patch)
treedfe6e2ce281fc21e727e993fab1783a5cab08fd2 /net/bb/Makefile
parentunbroke (diff)
- update to new version 1.08
- use 127.0.0.1 as starting ip address for a fresh configuration - new master site, use my download area as alternative - suggest installing apache 13 to use this port instead of the old noneexisting ports - new life example (the bb developement site)
Notes
Notes: svn path=/head/; revision=12906
Diffstat (limited to 'net/bb/Makefile')
-rw-r--r--net/bb/Makefile14
1 files changed, 7 insertions, 7 deletions
diff --git a/net/bb/Makefile b/net/bb/Makefile
index f523b83ace57..049a175da2fc 100644
--- a/net/bb/Makefile
+++ b/net/bb/Makefile
@@ -3,13 +3,13 @@
# Date created: So 17 Nov 1996 16:59:23 MET
# Whom: Andreas Klemm <andreas@klemm.gtn.com>
#
-# $Id: Makefile,v 1.25 1998/05/22 17:09:05 andreas Exp $
+# $Id: Makefile,v 1.26 1998/05/24 11:29:13 andreas Exp $
#
-DISTNAME= bb-1.06c
+DISTNAME= bb-1.08
CATEGORIES= net
-MASTER_SITES= http://freefall.freebsd.org/~andreas/download/
-
+MASTER_SITES= http://maclawran.ca/~sean/bb-dnld/ \
+ http://freefall.freebsd.org/~andreas/download/
MAINTAINER= andreas@FreeBSD.ORG
# The FreeBSD Ports Team has permission to include this in our CDROM
@@ -21,8 +21,8 @@ WRKSRC= ${WRKDIR}/bb
pre-configure:
@echo "==================================================="
@echo "You need to install a WWW Server to use this port"
- @echo "For example: - apache or "
- @echo " - apache-ssl
+ @echo "For example: - apache13 or "
+ @echo " - apache13-modssl
@echo "port."
@echo "==================================================="
@@ -119,7 +119,7 @@ do-install:
@echo " http://localhost/bb"
@echo ""
@echo "Look here for a life sample:"
- @echo " http://www.menet.umn.edu/~clolson/bb/bb.html"
+ @echo " http://maclawran.ca/bb/bb.html"
@echo ""
.include <bsd.port.mk>