aboutsummaryrefslogtreecommitdiffstats
path: root/www/squidguard
diff options
context:
space:
mode:
authormnag <mnag@FreeBSD.org>2005-11-18 04:05:34 +0800
committermnag <mnag@FreeBSD.org>2005-11-18 04:05:34 +0800
commit91c774f9e73829e9fb0308513d18f6193905ab56 (patch)
tree1d9458034c9950094b8ca4c579ab4af6973374a2 /www/squidguard
parent3ac1dd9a2deebee85e712129c8bab7ec43043738 (diff)
downloadfreebsd-ports-gnome-91c774f9e73829e9fb0308513d18f6193905ab56.tar.gz
freebsd-ports-gnome-91c774f9e73829e9fb0308513d18f6193905ab56.tar.zst
freebsd-ports-gnome-91c774f9e73829e9fb0308513d18f6193905ab56.zip
Fix install when WRKDIRPREFIX is different
PR: 88871 Submitted by: Dean Phillips <dmphilli@gmail.com> Approved by: Dan Larsson <dl@tyfon.net> (maintainer)
Diffstat (limited to 'www/squidguard')
-rw-r--r--www/squidguard/Makefile2
1 files changed, 1 insertions, 1 deletions
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