summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--www/squidGuard/Makefile12
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"