From 91c774f9e73829e9fb0308513d18f6193905ab56 Mon Sep 17 00:00:00 2001 From: mnag Date: Thu, 17 Nov 2005 20:05:34 +0000 Subject: Fix install when WRKDIRPREFIX is different PR: 88871 Submitted by: Dean Phillips Approved by: Dan Larsson (maintainer) --- www/squidguard/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'www') diff --git a/www/squidguard/Makefile b/www/squidguard/Makefile index a944085eda69..a054e2380916 100644 --- a/www/squidguard/Makefile +++ b/www/squidguard/Makefile @@ -27,7 +27,7 @@ CONFIGURE_ARGS= --with-db-inc=${LOCALBASE}/include/db3 \ --with-sg-logdir=${LOGDIR} \ --exec-prefix=${PREFIX} -CFGINPUT= files/sgcfg.in +CFGINPUT= ${.CURDIR}/files/sgcfg.in SQUID_UID?= nobody SQUID_GID?= nogroup -- cgit