diff options
author | Andreas Klemm <andreas@FreeBSD.org> | 1999-06-27 14:23:08 +0000 |
---|---|---|
committer | Andreas Klemm <andreas@FreeBSD.org> | 1999-06-27 14:23:08 +0000 |
commit | eb11b51ed920d9d5e656085008d8f65926b60bc4 (patch) | |
tree | dcc27a356b3cfe69ad17f592cddac6a6911bf6ae /net/bb/files/patch-aa | |
parent | Upgrade to xscreensaver-3.16 (diff) |
Long awaited upgrade to version 1.2a
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 ;-)
Notes
Notes:
svn path=/head/; revision=19832
Diffstat (limited to 'net/bb/files/patch-aa')
-rw-r--r-- | net/bb/files/patch-aa | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/net/bb/files/patch-aa b/net/bb/files/patch-aa index 2742d7bdb5a1..caa97e526443 100644 --- a/net/bb/files/patch-aa +++ b/net/bb/files/patch-aa @@ -1,11 +1,11 @@ ---- src/Makefile.freebsd.orig Mon May 18 23:18:48 1998 -+++ src/Makefile.freebsd Mon May 18 23:19:26 1998 +--- src/Makefile.freebsd.orig Sun Jun 27 12:02:36 1999 ++++ src/Makefile.freebsd Sun Jun 27 12:03:08 1999 @@ -1,6 +1,6 @@ SHELL = /bin/sh -MAKE = make -CC = gcc -+MAKE?= make -+CC?= gcc ++MAKE ?= make ++CC ?= gcc # FLAGS REQUIRED FOR PORTING # SUNOS 4.1.4, HPUX 10.0, and LINUX NEED NOTHING DEFINED |