diff options
author | steve <steve@FreeBSD.org> | 2001-02-26 03:34:31 +0000 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 2001-02-26 03:34:31 +0000 |
commit | 1754ad24393b566e26a7323c955d0fc8f98728c6 (patch) | |
tree | 04b72722851a21c3df0209e33b67904e34283ed6 /www/fxhtml/pkg-plist | |
parent | 7bacaded8b2c6403150d89b58ce928588bb6efc3 (diff) | |
download | FreeBSD-ports-1754ad24393b566e26a7323c955d0fc8f98728c6.zip FreeBSD-ports-1754ad24393b566e26a7323c955d0fc8f98728c6.tar.gz |
Minor pkg-plist fixes.
PR: 23806
Submitted by: Yen-Ming Lee <leeym@bsd.ce.ntu.edu.tw>
Diffstat (limited to 'www/fxhtml/pkg-plist')
-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 5e44017..09bcdc1 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 |