mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-03 22:23:24 +00:00
eb11b51ed9
It lastet so long, because of personal time constraints and based on the fact, that I had to do the very time consuming task, to revamp the whole big brother installation heavily. This could be avoided, if Sean could provide a Makefile with a real install: target and not the drainbamaged "unpack, compile and let the whole sh**^H^H^H^Hbunch remain here(tm)" philosophy." (me lucky one, that apsfilter has changed about 1-2 years ago ;-) - make install target now copies the workdir to ${PREFIX}/bb and then moves or removes files and directories as needed - revamped client configuration and introduced a ${PREFIX}/share/bb/bbclients directory. Hope you like it this way ;-)
13 lines
383 B
Plaintext
13 lines
383 B
Plaintext
--- web/bb-hist.sh.orig Sun Jun 27 12:17:15 1999
|
|
+++ web/bb-hist.sh Sun Jun 27 12:18:22 1999
|
|
@@ -13,7 +13,8 @@
|
|
# ************* NOTICE!!! ************
|
|
# BBWEB MUST BE SET CORRECTLY FOR THIS TO WORK
|
|
#
|
|
-BBWEB="http://INSERT-WEB-HOST-HERE/bb/"
|
|
+#BBWEB="http://INSERT-WEB-HOST-HERE/bb/"
|
|
+BBWEB="http://!!WEBHOST!!/bb/"
|
|
export BBWEB
|
|
|
|
# BBHOME IS THE ROOT DIRECTORY OF BIG BROTHER!!!
|