Updated bb port to version 1.0.
Corrected an error in configure script.
This commit is contained in:
parent
109193c05e
commit
7253116e7c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=5206
3 changed files with 5 additions and 5 deletions
|
@ -1,13 +1,13 @@
|
|||
# New ports collection makefile for: bb
|
||||
# Version required: 0.9
|
||||
# Version required: 1.0
|
||||
# Date created: So 17 Nov 1996 16:59:23 MET
|
||||
# Whom: Andreas Klemm <andreas@klemm.gtn.com>
|
||||
#
|
||||
# $Id: Makefile,v 1.4 1996/12/01 01:22:46 obrien Exp $
|
||||
# $Id: Makefile,v 1.5 1997/01/04 15:12:59 andreas Exp $
|
||||
#
|
||||
|
||||
DISTNAME= bb
|
||||
PKGNAME= bb-0.9
|
||||
PKGNAME= bb-1.0
|
||||
CATEGORIES= net
|
||||
MASTER_SITES= http://www.iti.qc.ca/iti/users/sean/bb-dnld/
|
||||
EXTRACT_SUFX= -src.tgz
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
by Sean MacGuire <sean@iti.qc.ca>
|
||||
|
||||
Home Page: http://www.iti.qc.ca/iti/users/sean/bb-dnld/
|
||||
A Life Example: http://www.menet.umn.edu/~clolson/bb/bb.html (40 machines)
|
||||
A Life Example: http://www.menet.umn.edu/bb/bb.html (44 machines)
|
||||
|
||||
d e s i g n - Web-based status display
|
||||
- Notification via Pager
|
||||
|
|
2
net/bb/scripts/configure
vendored
2
net/bb/scripts/configure
vendored
|
@ -9,7 +9,7 @@ sed -e "s:/home/sean/bb:$PREFIX/bb:g" \
|
|||
|
||||
HOSTNAME=`hostname`
|
||||
|
||||
mv $WRKSRC/etc/bp-hosts $WRKSRC/etc/bp-hosts.orig
|
||||
mv $WRKSRC/etc/bb-hosts $WRKSRC/etc/bb-hosts.orig
|
||||
sed -e "s:@@IP@@:172.16.1.1:" -e "s:@@HOST@@:$HOSTNAME:g" \
|
||||
< $FILESDIR/bb-hosts \
|
||||
> $WRKSRC/etc/bb-hosts
|
||||
|
|
Loading…
Reference in a new issue