summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorAndreas Klemm <andreas@FreeBSD.org>1997-01-23 22:05:48 +0000
committerAndreas Klemm <andreas@FreeBSD.org>1997-01-23 22:05:48 +0000
commitf269a41291d24ca082606f3689350b3b0d026c00 (patch)
tree888c2a97eac4590c18f733fa0723bdd852dde9a3 /net
parentUpgrade to the latest version (96.12) (diff)
remove 2 files from PLIST, that actually are created, when running
the start script. Added a needed tmp dir ($PREFIX/bb/tmp), otherwise bb refuses to start. Updated PLIST. symlinked page.sh cgi script to $PREFIX/www/cgi-bin
Notes
Notes: svn path=/head/; revision=5410
Diffstat (limited to 'net')
-rw-r--r--net/bb/Makefile5
-rw-r--r--net/bb/pkg-plist4
2 files changed, 6 insertions, 3 deletions
diff --git a/net/bb/Makefile b/net/bb/Makefile
index bb89093e2c85..eba8821403d5 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.9 1997/01/20 09:59:33 andreas Exp $
+# $Id: Makefile,v 1.10 1997/01/20 11:46:00 andreas Exp $
#
DISTNAME= bb
@@ -33,6 +33,8 @@ do-install:
@${MKDIR} ${PREFIX}/${DISTNAME}/www/gifs
@${MKDIR} ${PREFIX}/${DISTNAME}/www/logs
@${MKDIR} ${PREFIX}/${DISTNAME}/www/notes
+ @${MKDIR} ${PREFIX}/${DISTNAME}/tmp
+ @/usr/bin/touch ${PREFIX}/${DISTNAME}/tmp/.keep_me
${INSTALL_DATA} ${WRKSRC}/README \
${PREFIX}/${DISTNAME}/README
${INSTALL_PROGRAM} ${WRKSRC}/bin/bb \
@@ -126,6 +128,7 @@ do-install:
@${RM} -f ${PREFIX}/www/data/bb
@ln -s ${PREFIX}/${DISTNAME}/www ${PREFIX}/www/data/bb
@ln -s bb.html ${PREFIX}/${DISTNAME}/www/index.html
+ @ln -s ${PREFIX}/${DISTNAME}/bin/bb-page.sh ${PREFIX}/www/cgi-bin
@echo ""
@echo "================================================================"
@echo "==== Configuration Notes: ==="
diff --git a/net/bb/pkg-plist b/net/bb/pkg-plist
index 4ef66cc8bddd..67959a40ff16 100644
--- a/net/bb/pkg-plist
+++ b/net/bb/pkg-plist
@@ -24,8 +24,6 @@ bb/web/mkbb.bkg
bb/web/mkbb.cols
bb/web/mkbb.sh
bb/web/mkbb2.sh
-bb/www/bb.html
-bb/www/bb2.html
bb/www/index.html
bb/www/bb-help.html
bb/www/bb-info.html
@@ -46,3 +44,5 @@ bb/www/gifs/purple.gif
bb/www/gifs/red.gif
bb/www/gifs/yellow.gif
bb/www/logs/later
+bb/tmp/.keep_me
+www/cgi-bin/bb-page.sh