diff options
author | andreas <andreas@FreeBSD.org> | 1998-01-31 19:58:57 +0800 |
---|---|---|
committer | andreas <andreas@FreeBSD.org> | 1998-01-31 19:58:57 +0800 |
commit | ad749e71f40e3468c93a69973521772d69fb79bf (patch) | |
tree | 73e1427c2e613fc0d52b1c0f628eef9ef208bf14 | |
parent | f39a8164bca5f3f95f49e8c1810841425b861736 (diff) | |
download | freebsd-ports-gnome-ad749e71f40e3468c93a69973521772d69fb79bf.tar.gz freebsd-ports-gnome-ad749e71f40e3468c93a69973521772d69fb79bf.tar.zst freebsd-ports-gnome-ad749e71f40e3468c93a69973521772d69fb79bf.zip |
Ouch, now I remember... runbb.sh can't be used in /etc/rc.d directly.
So leave it in $PREFIX/bb. Updated PLIST.
-rw-r--r-- | net/bb/Makefile | 4 | ||||
-rw-r--r-- | net/bb/pkg-plist | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/net/bb/Makefile b/net/bb/Makefile index fdf5e00cfc92..8f46be7f22ce 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.20 1997/10/13 20:19:23 andreas Exp $ +# $Id: Makefile,v 1.21 1998/01/31 11:44:35 andreas Exp $ # DISTNAME= bb-1.06a @@ -35,7 +35,7 @@ do-install: @${MKDIR} ${PREFIX}/share/doc/bb @${TOUCH} ${PREFIX}/bb/tmp/.keep_me ${INSTALL_SCRIPT} ${WRKSRC}/runbb.sh \ - ${PREFIX}/etc/rc.d + ${PREFIX}/bb ${INSTALL_DATA} ${WRKSRC}/README \ ${PREFIX}/bb/README .for file in bb-local.sh bb-network.sh bb-page.sh sendmsg diff --git a/net/bb/pkg-plist b/net/bb/pkg-plist index 00fbf953dede..7b722e88bd89 100644 --- a/net/bb/pkg-plist +++ b/net/bb/pkg-plist @@ -1,4 +1,5 @@ bb/README +bb/runbb.sh bb/bin/bb bb/bin/bb-local.sh bb/bin/bb-network.sh @@ -63,7 +64,6 @@ bb/www/gifs/red.gif bb/www/gifs/yellow.gif bb/www/index.html bb/www/logs/later -etc/rc.d/runbb.sh share/doc/bb/FAQ share/doc/bb/README share/doc/bb/README.SMS |