diff options
| author | Clement Laforet <clement@FreeBSD.org> | 2008-08-31 19:56:12 +0000 |
|---|---|---|
| committer | Clement Laforet <clement@FreeBSD.org> | 2008-08-31 19:56:12 +0000 |
| commit | ecb4cb53c971ee7e8a24f4cd37d172e1b9ac735d (patch) | |
| tree | c28c0b1f3411f51307912b1047178bb6628dbec6 | |
| parent | - Fix plist when NOPORTDOCS is defined (diff) | |
- Fix grammatical error
Reported and fixed by: glarkin@
Notes
Notes:
svn path=/head/; revision=219539
| -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." |
