1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-29 01:13:08 +00:00
freebsd-ports/www/squid_radius_auth/files/patch-Make.inc
Wesley Shields 7d9d2af125 Update to 1.10
Pass maintainership to submitter.
Cleanup dead MASTER_SITES.
Make a patch local (no need for it to be fetched).

PR:		ports/124644
Submitted by:	falz <me@falz.net>
2008-06-22 23:03:39 +00:00

23 lines
472 B
PHP

--- Make.inc.orig 2008-06-10 08:48:03.000000000 -0500
+++ Make.inc 2008-06-10 08:49:11.000000000 -0500
@@ -3,15 +3,15 @@
#
#
-PREFIX = /usr/local/squid
-BINDIR = $(PREFIX)/libexec/
+PREFIX = /usr/local
+BINDIR = $(PREFIX)/libexec/squid/
MANDIR = $(PREFIX)/man/man8
MANEXT = .8
-CONFDIR = $(PREFIX)/etc
+CONFDIR = $(PREFIX)/etc/squid/
INCLUDES = radius.h md5.h
-ALL: squid_radius_auth
+all: squid_radius_auth
attrprint.o: attrprint.c $(INCLUDES)