diff options
author | Marcus Alves Grando <mnag@FreeBSD.org> | 2005-11-17 20:05:34 +0000 |
---|---|---|
committer | Marcus Alves Grando <mnag@FreeBSD.org> | 2005-11-17 20:05:34 +0000 |
commit | 195e7a93dc6fc7324caeca34f5918d2a1b6b7fb4 (patch) | |
tree | 04e124a1b8f623db0517a38048e4fecce2e9a5bf /www/squidguard | |
parent | 2eb7fb881d9642b5a3e8ae9770f11094a05801cc (diff) | |
download | ports-195e7a93dc6fc7324caeca34f5918d2a1b6b7fb4.tar.gz ports-195e7a93dc6fc7324caeca34f5918d2a1b6b7fb4.zip |
Notes
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 |