diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2006-01-26 12:39:20 +0800 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2006-01-26 12:39:20 +0800 |
commit | 91c12a4ef33c1ec014f88824a21d318ea5d8a44e (patch) | |
tree | 0ef5de4e207bb9cd86e4214f66ee93882f0a8ff6 /www/apache13 | |
parent | d55df063bdc10bb7a391488e455edc0277b8b4a5 (diff) | |
download | freebsd-ports-gnome-91c12a4ef33c1ec014f88824a21d318ea5d8a44e.tar.gz freebsd-ports-gnome-91c12a4ef33c1ec014f88824a21d318ea5d8a44e.tar.zst freebsd-ports-gnome-91c12a4ef33c1ec014f88824a21d318ea5d8a44e.zip |
Quench pkg_delete warning
Diffstat (limited to 'www/apache13')
-rw-r--r-- | www/apache13/pkg-plist | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/apache13/pkg-plist b/www/apache13/pkg-plist index 47568509881b..583187c18f70 100644 --- a/www/apache13/pkg-plist +++ b/www/apache13/pkg-plist @@ -661,7 +661,7 @@ www/icons/world2.png @unexec if [ -L %D/www/cgi-bin ]; then rm -f %D/www/cgi-bin; fi @unexec if [ -L %D/www/data ]; then rm -f %D/www/data; fi @unexec rm -f %D/etc/apache/httpd.conf.bak 2> /dev/null || true -@dirrm etc/apache +@dirrmtry etc/apache @dirrm include/apache/xml @dirrm include/apache @dirrm libexec/apache |