diff options
author | steve <steve@FreeBSD.org> | 2001-02-26 11:34:31 +0800 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 2001-02-26 11:34:31 +0800 |
commit | 1754ad24393b566e26a7323c955d0fc8f98728c6 (patch) | |
tree | 04b72722851a21c3df0209e33b67904e34283ed6 /www | |
parent | 7bacaded8b2c6403150d89b58ce928588bb6efc3 (diff) | |
download | freebsd-ports-gnome-1754ad24393b566e26a7323c955d0fc8f98728c6.tar.gz freebsd-ports-gnome-1754ad24393b566e26a7323c955d0fc8f98728c6.tar.zst freebsd-ports-gnome-1754ad24393b566e26a7323c955d0fc8f98728c6.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 |