aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuido Falsi <madpilot@FreeBSD.org>2013-10-15 12:29:01 +0000
committerGuido Falsi <madpilot@FreeBSD.org>2013-10-15 12:29:01 +0000
commit78bb9aaff0baa67b673a5e0a50e8a287d766318e (patch)
tree916004f231fe9159681bb93e5cc6a6ab2ed6920b
parentbbfcb0d75f05e44de416642ffba928d9171c3803 (diff)
downloadports-78bb9aaff0baa67b673a5e0a50e8a287d766318e.tar.gz
ports-78bb9aaff0baa67b673a5e0a50e8a287d766318e.zip
Notes
-rw-r--r--www/squidguard/Makefile2
-rw-r--r--www/squidguard/pkg-plist4
2 files changed, 3 insertions, 3 deletions
diff --git a/www/squidguard/Makefile b/www/squidguard/Makefile
index e2683b04c4c9..633eedcc4413 100644
--- a/www/squidguard/Makefile
+++ b/www/squidguard/Makefile
@@ -2,7 +2,7 @@
PORTNAME= squidGuard
PORTVERSION= 1.4
-PORTREVISION= 5
+PORTREVISION= 6
CATEGORIES= www
MASTER_SITES= http://www.squidguard.org/Downloads/:a \
http://www.squidguard.org/Downloads/Contrib/:b
diff --git a/www/squidguard/pkg-plist b/www/squidguard/pkg-plist
index 2f592543e152..79f44efb4ad8 100644
--- a/www/squidguard/pkg-plist
+++ b/www/squidguard/pkg-plist
@@ -75,5 +75,5 @@ etc/squid/squidGuard.conf.sample
@exec mkdir -p %%DATADIR%% || true
@exec mkdir -p %%LOGDIR%% || true
%%PORTEXAMPLES%%@exec chown -R %%SQUID_UID%%:%%SQUID_GID%% %%LOGDIR%%
-@exec rmdir %%DATADIR%% /var/db/fbsdmon 2>/dev/null || true
-@exec rmdir %%LOGDIR%% /var/db/fbsdmon 2>/dev/null || true
+@exec rmdir %%DATADIR%% 2>/dev/null || true
+@exec rmdir %%LOGDIR%% 2>/dev/null || true