summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorzuntum <zuntum@pkgsrc.org>2002-08-05 00:13:32 +0000
committerzuntum <zuntum@pkgsrc.org>2002-08-05 00:13:32 +0000
commitf32a7126a8747456dc4f1848c0570d0f88127f16 (patch)
treef5676a70fdff532db0040931046ba3a23d0b85d9 /www
parenta3184cb84a38de6600df9cf8e5c22555aee12361 (diff)
downloadpkgsrc-f32a7126a8747456dc4f1848c0570d0f88127f16.tar.gz
Use more sane defaults for config file location, logdir, and dbhome.
Diffstat (limited to 'www')
-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"