summaryrefslogtreecommitdiff
path: root/www/apache13
diff options
context:
space:
mode:
authorAndrey A. Chernov <ache@FreeBSD.org>2002-05-08 09:09:53 +0000
committerAndrey A. Chernov <ache@FreeBSD.org>2002-05-08 09:09:53 +0000
commit8de5f93e020f8a2e6673683e8613fbf710b5630f (patch)
tree08f7a39aa74774b47dc31a71216ee5a1eb6618ee /www/apache13
parentUpdate to 0.6 (diff)
Use lowercased yes for WITH_APACHE_SUEXEC
Notes
Notes: svn path=/head/; revision=58696
Diffstat (limited to 'www/apache13')
-rw-r--r--www/apache13/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/apache13/Makefile b/www/apache13/Makefile
index 03405f61de81..6ff11aea3467 100644
--- a/www/apache13/Makefile
+++ b/www/apache13/Makefile
@@ -35,7 +35,7 @@ MAINTAINER= ache@freebsd.org
DOCUMENT_ROOT=${PREFIX}/www/data
DEFAULT_PATH=/bin:/usr/bin:${PREFIX}/bin
-.if defined(WITH_APACHE_SUEXEC) && ${WITH_APACHE_SUEXEC} == YES
+.if defined(WITH_APACHE_SUEXEC) && ${WITH_APACHE_SUEXEC} == yes
APACHE_SUEXEC_DOCROOT?=${DOCUMENT_ROOT}
APACHE_SUEXEC_USERDIR?=public_html