diff options
author | vs <vs@FreeBSD.org> | 2004-12-22 16:22:49 +0800 |
---|---|---|
committer | vs <vs@FreeBSD.org> | 2004-12-22 16:22:49 +0800 |
commit | ab0fd5e33241589decf607e6217c64121019286d (patch) | |
tree | bce55f63d96549174d6a57c7142d9102df3aa10b /www | |
parent | ef6fcfab94028bc7a85a68de941eb455b9d1cf35 (diff) | |
download | freebsd-ports-gnome-ab0fd5e33241589decf607e6217c64121019286d.tar.gz freebsd-ports-gnome-ab0fd5e33241589decf607e6217c64121019286d.tar.zst freebsd-ports-gnome-ab0fd5e33241589decf607e6217c64121019286d.zip |
Fix plist based on pointyhead report.
PR: ports/75239
Submitted by: maintainer
Diffstat (limited to 'www')
-rw-r--r-- | www/privoxy+ipv6/pkg-plist | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/www/privoxy+ipv6/pkg-plist b/www/privoxy+ipv6/pkg-plist index 1880b5ef10ee..29f851b0332d 100644 --- a/www/privoxy+ipv6/pkg-plist +++ b/www/privoxy+ipv6/pkg-plist @@ -1,3 +1,5 @@ +@unexec cmp %D/etc/privoxy/config.sample %D/etc/privoxy/config && rm %D/etc/privoxy/config +@unexec cmp %D/etc/privoxy/user.action.sample %D/etc/privoxy/user.action && rm %D/etc/privoxy/user.action etc/privoxy/config.sample etc/privoxy/default.action etc/privoxy/default.filter @@ -85,6 +87,7 @@ sbin/privoxy %%DOCSDIR%%/user-manual/templates.html %%DOCSDIR%%/user-manual/upgradersnote.html @dirrm etc/privoxy/templates +@unexec rmdir %D/etc/privoxy 2>/dev/null || true @dirrm %%DOCSDIR%%/developer-manual @dirrm %%DOCSDIR%%/faq @dirrm %%DOCSDIR%%/images |