diff options
| author | Matthew Hunt <mph@FreeBSD.org> | 1998-04-24 13:35:03 +0000 |
|---|---|---|
| committer | Matthew Hunt <mph@FreeBSD.org> | 1998-04-24 13:35:03 +0000 |
| commit | 67a7a2318525009d455c36fc76d7387d1d06b80e (patch) | |
| tree | be8457cb4ff9c4dd88a7e29264d367afd32e678d /net/radiusd-cistron/files/patch-aa | |
| parent | a4356cf2324957ac8b7ee2083dd7f38d2f6c02ff (diff) | |
Import of the Cistron radiusd.
PR: 6382
Submitted by: John Saunders <john@pacer.nlc.net.au>
Diffstat (limited to 'net/radiusd-cistron/files/patch-aa')
| -rw-r--r-- | net/radiusd-cistron/files/patch-aa | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/net/radiusd-cistron/files/patch-aa b/net/radiusd-cistron/files/patch-aa new file mode 100644 index 000000000000..5f80efbd42f0 --- /dev/null +++ b/net/radiusd-cistron/files/patch-aa @@ -0,0 +1,25 @@ +--- src/Makefile.BSD.orig Sat Nov 22 09:40:03 1997 ++++ src/Makefile.BSD Fri Apr 24 09:21:12 1998 +@@ -3,9 +3,9 @@ + # + # + +-CC = gcc +-CFLAGS = -g -DNOSHADOW +-LDFLAGS = # -s #tatic ++#CC = cc ++CFLAGS += -DNOSHADOW -DPREFIX=\"$(PREFIX)\" ++LDFLAGS = -s #tatic + LIBS = + LCRYPT = -lcrypt + +@@ -15,7 +15,7 @@ + #PAM = -DPAM + #PAMLIB = -lpam + +-BINDIR = /usr/local/bin +-SBINDIR = /usr/local/sbin ++BINDIR = $(PREFIX)/bin ++SBINDIR = $(PREFIX)/sbin + + include Make.inc |
