diff options
Diffstat (limited to 'www/thttpd/pkg-plist')
-rw-r--r-- | www/thttpd/pkg-plist | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/www/thttpd/pkg-plist b/www/thttpd/pkg-plist index e6c366e7f6b2..fa27c02a1829 100644 --- a/www/thttpd/pkg-plist +++ b/www/thttpd/pkg-plist @@ -10,7 +10,7 @@ www/cgi-bin/phf www/cgi-bin/redirect www/cgi-bin/ssi %%PORTDOCS%%@dirrm share/doc/thttpd -@dirrm www/cgi-bin -@dirrm www/data -@dirrm www/logs -@dirrm www +@unexec rmdir %D/www/cgi-bin 2> /dev/null || true +@unexec rmdir %D/www/data 2> /dev/null || true +@unexec rmdir %D/www/logs 2> /dev/null || true +@unexec rmdir %D/www 2> /dev/null || true |