1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-06 06:30:19 +00:00
freebsd-ports/www/rejik/files/patch-Makefile
Pav Lucistnik f6e8c60aa9 Rejik is a squid redirector used for blocking unwanted content basing
on URLs and Perl Compatible Regular Expressions (http://www.pcre.org/).

PR:		ports/88395
Submitted by:	Elisey Savateev <b3k@mail.ru>
2005-11-11 22:00:24 +00:00

12 lines
321 B
Plaintext

--- Makefile.bak Sat Oct 29 09:55:05 2005
+++ Makefile Wed Nov 2 12:52:41 2005
@@ -4,7 +4,7 @@
SQUID_GROUP=nogroup
CC=gcc -Wall
-INCLUDE=-I/usr/include -I/usr/local/include -I/usr/include/pcre
+INCLUDE=-I/usr/include -I/usr/local/include -I/usr/local/include/pcre
LIBS=-L/lib `pcre-config --libs`
### Don't edit