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 | |
parent | c76693c52bc0f601f899521914c19fd5866ba2a5 (diff) | |
download | freebsd-ports-d8f88d6f7b0fe347a1bb48745c2adbe00a774774.zip |
Minor pkg-plist fixes.
PR: 23806
Submitted by: Yen-Ming Lee <leeym@bsd.ce.ntu.edu.tw>
Diffstat (limited to 'www')
-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 |