pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/www/squidGuard Use PKG_SYSCONFDIR instead of PKG_SYSCO...
details: https://anonhg.NetBSD.org/pkgsrc/rev/31c05df02831
branches: trunk
changeset: 462937:31c05df02831
user: jmmv <jmmv%pkgsrc.org@localhost>
date: Sun Oct 19 10:22:47 2003 +0000
description:
Use PKG_SYSCONFDIR instead of PKG_SYSCONFDIR.squidguard (the later not usually
defined). Bump PKGREVISION to 2. From Ron Roskens in PR pkg/23189.
diffstat:
www/squidGuard/Makefile | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (23 lines):
diff -r 9d2e7e4b0113 -r 31c05df02831 www/squidGuard/Makefile
--- a/www/squidGuard/Makefile Sun Oct 19 09:26:17 2003 +0000
+++ b/www/squidGuard/Makefile Sun Oct 19 10:22:47 2003 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.6 2003/07/22 04:14:36 martti Exp $
+# $NetBSD: Makefile,v 1.7 2003/10/19 10:22:47 jmmv Exp $
#
DISTNAME= squidGuard-1.2.0
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= www
MASTER_SITES= ftp://ftp.teledanmark.no/pub/www/proxy/squidGuard/ \
http://ftp.teledanmark.no/pub/www/proxy/squidGuard/
@@ -16,7 +16,7 @@
CONFIGURE_ARGS+= --with-db-inc=${BUILDLINK_PREFIX.db3}/include/db3
CONFIGURE_ARGS+= --with-db-lib=${BUILDLINK_PREFIX.db3}/lib/db3
-CONFIGURE_ARGS+= --with-sg-config=${PKG_SYSCONFDIR.squidguard}/squidguard/filter.conf
+CONFIGURE_ARGS+= --with-sg-config=${PKG_SYSCONFDIR}/squidguard/filter.conf
CONFIGURE_ARGS+= --with-sg-logdir=/var/squidguard/log
CONFIGURE_ARGS+= --with-sg-dbhome=/var/squidguard/db
Home |
Main Index |
Thread Index |
Old Index