diff options
author | Clement Laforet <clement@FreeBSD.org> | 2004-08-02 13:21:36 +0000 |
---|---|---|
committer | Clement Laforet <clement@FreeBSD.org> | 2004-08-02 13:21:36 +0000 |
commit | 89b5fc4b1b25a11c6e9c345b01a258f5b2f907f9 (patch) | |
tree | 45bcd8996beda893471a1ee0f30880af3578bacc /www/apache2 | |
parent | 81be9d14ef76bcae27694382533b8520e5c06822 (diff) | |
download | freebsd-ports-89b5fc4b1b25a11c6e9c345b01a258f5b2f907f9.zip |
- Fix brainless typo.
Noticed by: Roderick van Domburg <r.s.a.vandomburg@student.utwente.nl>
Diffstat (limited to 'www/apache2')
-rw-r--r-- | www/apache2/Makefile.modules.3rd | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/apache2/Makefile.modules.3rd b/www/apache2/Makefile.modules.3rd index 85c7a21f8e57..dad8e500dbde 100644 --- a/www/apache2/Makefile.modules.3rd +++ b/www/apache2/Makefile.modules.3rd @@ -168,10 +168,10 @@ WITH_ALL_STATIC_MODULES= YES WANT_APACHE= "Too bad, guy!" .endif .if ${WANT_APACHE} == common13 -SUEXEC_CONFARGS= with-suexec +SUEXEC_CONFARGS= suexec CONFIGURE_ARGS+= --enable-suexec .elif ${WANT_APACHE} == common2 -SUEXEC_CONFARGS= suexec +SUEXEC_CONFARGS= with-suexec .else IGNORE= Can not determine apache version .endif |