diff options
author | mnag <mnag@FreeBSD.org> | 2005-11-18 04:05:34 +0800 |
---|---|---|
committer | mnag <mnag@FreeBSD.org> | 2005-11-18 04:05:34 +0800 |
commit | 91c774f9e73829e9fb0308513d18f6193905ab56 (patch) | |
tree | 1d9458034c9950094b8ca4c579ab4af6973374a2 /www/squidguard | |
parent | 3ac1dd9a2deebee85e712129c8bab7ec43043738 (diff) | |
download | freebsd-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/Makefile | 2 |
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 |