mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
23ba558a82
- Please note, that a Windows NT client (v1.02) is also available !!! - Make port web server independent, you have to decide, which one to choose from the ports collection - made port PREFIX clean - every patch adds !!PREFIX!! and !!HOSTNAME!! hooks the configure script uses perl, to substitute it with actual PREFIX and hostname
12 lines
256 B
Plaintext
12 lines
256 B
Plaintext
--- runbb.sh.orig Mon May 18 23:22:46 1998
|
|
+++ runbb.sh Mon May 18 23:23:15 1998
|
|
@@ -16,7 +16,7 @@
|
|
#
|
|
# BBHOME IS THE ROOT DIRECTORY OF BIG BROTHER!!!
|
|
# YOU MUST SET THE NEXT LINE TO WHERE BB LIVES
|
|
-BBHOME=""
|
|
+BBHOME="!!PREFIX!!/bb"
|
|
|
|
export BBHOME
|
|
|