summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorClement Laforet <clement@FreeBSD.org>2005-10-31 18:04:24 +0000
committerClement Laforet <clement@FreeBSD.org>2005-10-31 18:04:24 +0000
commite4e2f7cb1603ec80627981825403c53d27054121 (patch)
tree8dbc4703cef3089ceda717be9f6342a2097ad257 /www
parentBack out the accidentally committed white-space modification parts of (diff)
- Fix a misuse of .error. Replace it by IGNORE.
PR: ports/88281 Reported by: Lowell Gilbert <freebsd-bugs-local@be-well.ilk.org>
Notes
Notes: svn path=/head/; revision=146848
Diffstat (limited to 'www')
-rw-r--r--www/apache2/Makefile.modules.3rd2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/apache2/Makefile.modules.3rd b/www/apache2/Makefile.modules.3rd
index 6305ceffd39c..266973b028f9 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)
-.error 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) argumentsm. but apache13 is installed Please undefine and try again."
. endif
.endif