diff options
author | Clement Laforet <clement@FreeBSD.org> | 2005-12-01 18:54:16 +0000 |
---|---|---|
committer | Clement Laforet <clement@FreeBSD.org> | 2005-12-01 18:54:16 +0000 |
commit | 2f9116f245a5167bf162315bedc0613c35963256 (patch) | |
tree | 21a6643f9caad6d1b8b5d6fa0ee75c49ef48b25d /www | |
parent | 440fa34029f2f5a3d84b2d9984a91b6083fb7f56 (diff) |
Notes
Diffstat (limited to 'www')
-rw-r--r-- | www/apache2/Makefile.modules.3rd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/apache2/Makefile.modules.3rd b/www/apache2/Makefile.modules.3rd index f6b2e3c46772..48a9aa53b1d4 100644 --- a/www/apache2/Makefile.modules.3rd +++ b/www/apache2/Makefile.modules.3rd @@ -33,7 +33,7 @@ IGNORE= "This module require apache2 and you have apache13 installed" . endif . endif . ifdef(WITH_APACHE2) -IGNORE= "You have `WITH_APACHE2' variable defined either in environment or in make(1) argumentsm. but apache13 is installed Please undefine and try again." +IGNORE= You have 'WITH_APACHE2' variable defined either in environment or in make(1) arguments. but apache13 is installed Please undefine and try again. . endif .endif |