From e305c2b77687b84ecb3c093e1e893011685d11a0 Mon Sep 17 00:00:00 2001 From: zuntum Date: Mon, 5 Aug 2002 00:13:32 +0000 Subject: Use more sane defaults for config file location, logdir, and dbhome. --- www/squidGuard/Makefile | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) (limited to 'www/squidGuard') 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" -- cgit v1.2.3