Remove path which slipped in by mistake in two plist lines.

This commit is contained in:
Guido Falsi 2013-10-15 12:29:01 +00:00
parent bbfcb0d75f
commit 78bb9aaff0
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=330394
2 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -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