diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2003-04-05 07:36:57 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2003-04-05 07:36:57 +0000 |
commit | 836c42fe9bb9876ea05a39ffb7305934db3e48bb (patch) | |
tree | dec40884432de3a8bb77077bf66bc399f014d8f0 /www/thttpd/pkg-plist | |
parent | aa56e2b7b5a4e2ac6d79fead542ebe8f44604c84 (diff) |
Notes
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 |