aboutsummaryrefslogtreecommitdiff
path: root/www/apache13-modssl
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2008-09-28 07:42:24 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2008-09-28 07:42:24 +0000
commitfbb24f74e4e8f235c43ce9e9350737e7cf998d41 (patch)
treec44d99f033fd478895abe7ed1dae2ec986b310d0 /www/apache13-modssl
parent589c238aceb706dd7c751b70ab9acd213c6b8121 (diff)
downloadports-fbb24f74e4e8f235c43ce9e9350737e7cf998d41.tar.gz
ports-fbb24f74e4e8f235c43ce9e9350737e7cf998d41.zip
Notes
Diffstat (limited to 'www/apache13-modssl')
-rw-r--r--www/apache13-modssl/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/www/apache13-modssl/Makefile b/www/apache13-modssl/Makefile
index e3896ffb3bae..24675c1e1a63 100644
--- a/www/apache13-modssl/Makefile
+++ b/www/apache13-modssl/Makefile
@@ -99,7 +99,7 @@ APACHE_SH?= etc/rc.d/apache.sh
PLIST_FILES+= ${APACHE_SH}
-.if defined(WITH_APACHE_SUEXEC) && ${WITH_APACHE_SUEXEC} == yes
+.if defined(WITH_APACHE_SUEXEC) && !defined(WITHOUT_APACHE_SUEXEC)
APACHE_SUEXEC_DOCROOT?=${DOCUMENT_ROOT}
APACHE_SUEXEC_LOG?=/var/log/httpd-suexec.log
@@ -183,14 +183,14 @@ OPTIM+= -DFD_SETSIZE=${APACHE_FD_SETSIZE}
OPTIM+= -DFD_SETSIZE=1024
.endif
-.if defined(APACHE_BUFFERED_LOGS) && ${APACHE_BUFFERED_LOGS} == yes
+.if defined(APACHE_BUFFERED_LOGS)
OPTIM+= -DBUFFERED_LOGS
.endif
-.if defined(APACHE_PERF_TUNING) && ${APACHE_PERF_TUNING} == yes
+.if defined(APACHE_PERF_TUNING)
CFLAGS+= -O3
.endif
-.if defined(WITH_APACHE_PERF_TUNING) && ${WITH_APACHE_PERF_TUNING} == yes
+.if defined(WITH_APACHE_PERF_TUNING) && !defined(WITHOUT_APACHE_PERF_TUNING)
CFLAGS+= -O3
.endif