diff options
author | zuntum <zuntum> | 2002-08-05 00:13:32 +0000 |
---|---|---|
committer | zuntum <zuntum> | 2002-08-05 00:13:32 +0000 |
commit | 58a2105f645b88e58f81400214288913ef0c75c9 (patch) | |
tree | f5676a70fdff532db0040931046ba3a23d0b85d9 /www/squidGuard | |
parent | 3cf727ac27cd1e5a81eaeece96559de3019013c3 (diff) | |
download | pkgsrc-58a2105f645b88e58f81400214288913ef0c75c9.tar.gz |
Use more sane defaults for config file location, logdir, and dbhome.
Diffstat (limited to 'www/squidGuard')
-rw-r--r-- | www/squidGuard/Makefile | 12 |
1 files changed, 4 insertions, 8 deletions
diff --git a/www/squidGuard/Makefile b/www/squidGuard/Makefile index 96836971a3f..9c0075859b7 100644 --- a/www/squidGuard/Makefile +++ b/www/squidGuard/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2002/08/04 10:15:53 zuntum Exp $ +# $NetBSD: Makefile,v 1.2 2002/08/05 00:13:32 zuntum Exp $ # DISTNAME= squidGuard-1.2.0 @@ -12,15 +12,11 @@ COMMENT= ultrafast and free filter, redirector and access controller for Squid GNU_CONFIGURE= YES -.include "../../mk/bsd.prefs.mk" - -SQUID_SYSCONFDIR?= ${PKG_SYSCONFDIR} - CONFIGURE_ARGS+= --with-db-inc=${BUILDLINK_DIR}/include/db2 CONFIGURE_ARGS+= --with-db-lib=${BUILDLINK_DIR}/lib/db2 -CONFIGURE_ARGS+= --with-sg-config=${SQUID_SYSCONFDIR}/squid/filter.conf -CONFIGURE_ARGS+= --with-sg-logdir=/var/squid/logs -CONFIGURE_ARGS+= --with-sg-dbhome=${SQUID_SYSCONFDIR}/squid/db +CONFIGURE_ARGS+= --with-sg-config=${PKG_SYSCONFDIR.squidguard}/squidguard/filter.conf +CONFIGURE_ARGS+= --with-sg-logdir=/var/squidguard/log +CONFIGURE_ARGS+= --with-sg-dbhome=/var/squidguard/db .include "../../databases/db/buildlink.mk" .include "../../mk/bsd.pkg.mk" |