diff options
author | clement <clement@FreeBSD.org> | 2008-09-01 03:56:12 +0800 |
---|---|---|
committer | clement <clement@FreeBSD.org> | 2008-09-01 03:56:12 +0800 |
commit | bf05fe91868d3f2ef56ab21d4071102e7b34c05d (patch) | |
tree | 5388ec26e0b87638a0a5307d60a96cd655f832c8 /www/apache20 | |
parent | 46bcff4c709d243e576b32afb620e6694d0d4b49 (diff) | |
download | freebsd-ports-gnome-bf05fe91868d3f2ef56ab21d4071102e7b34c05d.tar.gz freebsd-ports-gnome-bf05fe91868d3f2ef56ab21d4071102e7b34c05d.tar.zst freebsd-ports-gnome-bf05fe91868d3f2ef56ab21d4071102e7b34c05d.zip |
- Fix grammatical error
Reported and fixed by: glarkin@
Diffstat (limited to 'www/apache20')
-rw-r--r-- | www/apache20/pkg-plist | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/apache20/pkg-plist b/www/apache20/pkg-plist index e0f96b862a70..472e07195547 100644 --- a/www/apache20/pkg-plist +++ b/www/apache20/pkg-plist @@ -532,4 +532,4 @@ share/apache2/build/special.mk @dirrmtry etc/apache2/Includes @dirrmtry etc/apache2/envvars.d @unexec rm -f %D/etc/apache2/httpd.conf.bak 2> /dev/null || true -@unexec rmdir %D/etc/apache2 2> /dev/null || echo "===> If you plan to do not reinstall apache2, you can safely remove %D/etc/apache2." +@unexec rmdir %D/etc/apache2 2> /dev/null || echo "===> If you do not plan to reinstall apache2, you can safely remove %D/etc/apache2." |