diff options
author | madpilot <madpilot@FreeBSD.org> | 2013-10-15 20:29:01 +0800 |
---|---|---|
committer | madpilot <madpilot@FreeBSD.org> | 2013-10-15 20:29:01 +0800 |
commit | fc21f43b401e3aac3fd5c7a898df9319c8d393b4 (patch) | |
tree | 916004f231fe9159681bb93e5cc6a6ab2ed6920b | |
parent | 799128252f05d37b1b1e0279000a60f764d6c5eb (diff) | |
download | freebsd-ports-gnome-fc21f43b401e3aac3fd5c7a898df9319c8d393b4.tar.gz freebsd-ports-gnome-fc21f43b401e3aac3fd5c7a898df9319c8d393b4.tar.zst freebsd-ports-gnome-fc21f43b401e3aac3fd5c7a898df9319c8d393b4.zip |
Remove path which slipped in by mistake in two plist lines.
-rw-r--r-- | www/squidguard/Makefile | 2 | ||||
-rw-r--r-- | www/squidguard/pkg-plist | 4 |
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 |