diff options
author | Steve Price <steve@FreeBSD.org> | 2001-02-26 03:34:31 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 2001-02-26 03:34:31 +0000 |
commit | d8f88d6f7b0fe347a1bb48745c2adbe00a774774 (patch) | |
tree | 126bc671e78b19290a11a614357b2c86aa268fc7 /www/fxhtml | |
parent | Update to version 2.03. (diff) |
Minor pkg-plist fixes.
PR: 23806
Submitted by: Yen-Ming Lee <leeym@bsd.ce.ntu.edu.tw>
Diffstat (limited to 'www/fxhtml')
-rw-r--r-- | www/fxhtml/pkg-plist | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/www/fxhtml/pkg-plist b/www/fxhtml/pkg-plist index 5e4401702c5e..09bcdc1bda78 100644 --- a/www/fxhtml/pkg-plist +++ b/www/fxhtml/pkg-plist @@ -1,2 +1,5 @@ www/data/demo.fx www/cgi-bin/fxhtml +@unexec rmdir %D/www/data 2> /dev/null || true +@unexec rmdir %D/www/cgi-bin 2> /dev/null || true +@unexec rmdir %D/www 2> /dev/null || true |