diff options
author | clement <clement@FreeBSD.org> | 2004-08-02 13:21:36 +0000 |
---|---|---|
committer | clement <clement@FreeBSD.org> | 2004-08-02 13:21:36 +0000 |
commit | 9457f0801caba9b29ef6a863b9d3e425e7a20852 (patch) | |
tree | 5a52265c9b166479eecdd8e49f96f485c6337f3e /www/apache2 | |
parent | b8ae45efe9dd51b1b429c54f326f18973982788e (diff) | |
download | FreeBSD-ports-9457f0801caba9b29ef6a863b9d3e425e7a20852.zip FreeBSD-ports-9457f0801caba9b29ef6a863b9d3e425e7a20852.tar.gz |
- 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 85c7a21..dad8e50 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 |