- Fix IGNORE quoting in Makefile.modules.3rd; unbreak www/mod_vhsH

While I'm here fix typo

PR:		ports/89125
Submitted by:	Ion-Mihai "IOnut" Tetcu
Pointy hat to:	clement
This commit is contained in:
Clement Laforet 2005-12-01 18:54:16 +00:00
parent 440fa34029
commit 2f9116f245
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=150160

View File

@ -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