aboutsummaryrefslogtreecommitdiffstats
path: root/net/bb
diff options
context:
space:
mode:
Diffstat (limited to 'net/bb')
-rw-r--r--net/bb/Makefile2
-rw-r--r--net/bb/files/bb.sh2
-rw-r--r--net/bb/scripts/configure2
-rw-r--r--net/bb/scripts/post-install2
4 files changed, 4 insertions, 4 deletions
diff --git a/net/bb/Makefile b/net/bb/Makefile
index 1af527c97f86..1b349f2d66c4 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.33 1999/08/27 22:29:52 mharo Exp $
+# $FreeBSD$
#
DISTNAME= bb-1.2a
diff --git a/net/bb/files/bb.sh b/net/bb/files/bb.sh
index 1ed72e14a3b4..7632dd9ecfdf 100644
--- a/net/bb/files/bb.sh
+++ b/net/bb/files/bb.sh
@@ -1,5 +1,5 @@
#! /bin/sh
-# $Id$
+# $FreeBSD$
!!PREFIX!!/bb/runbb.sh &
diff --git a/net/bb/scripts/configure b/net/bb/scripts/configure
index 16fe9538db35..f447c9c13e13 100644
--- a/net/bb/scripts/configure
+++ b/net/bb/scripts/configure
@@ -1,6 +1,6 @@
#!/bin/sh
-# $Id: configure,v 1.4 1998/05/18 21:52:07 andreas Exp $
+# $FreeBSD$
cd $WRKSRC || exit 1
diff --git a/net/bb/scripts/post-install b/net/bb/scripts/post-install
index da5806fbf433..7440fc398b0f 100644
--- a/net/bb/scripts/post-install
+++ b/net/bb/scripts/post-install
@@ -1,6 +1,6 @@
#! /bin/sh
-# $Id$
+# $FreeBSD$
sed -e "s=!!PREFIX!!=${PREFIX}=" \
< ${FILESDIR}/bb.sh \