diff options
author | Clement Laforet <clement@FreeBSD.org> | 2004-06-29 12:21:20 +0000 |
---|---|---|
committer | Clement Laforet <clement@FreeBSD.org> | 2004-06-29 12:21:20 +0000 |
commit | 0eb0ad5f27e07201757877c266b8b08ccbc75e72 (patch) | |
tree | e1b2e00ca90f32de09d2fbf42876a47de9965202 /www/suphp | |
parent | - Install man pages in post-install: instead of pre-install: (diff) |
- s/--enable-setid-mode/--with-setid-mode/
Reported by: Andries Filmer <andries@netexpo.nl>
Diffstat (limited to 'www/suphp')
-rw-r--r-- | www/suphp/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/suphp/Makefile b/www/suphp/Makefile index d8dc18caa65c..13ccf09a1630 100644 --- a/www/suphp/Makefile +++ b/www/suphp/Makefile @@ -52,7 +52,7 @@ CONFIGURE_ARGS+= --disable-checkuid CONFIGURE_ARGS+= --disable-checkgid .endif ## WITH_SETID_MODE: Mode to use for setting UID/GID. -CONFIGURE_ARGS+= --enable-setid-mode=${WITH_SETID_MODE} +CONFIGURE_ARGS+= --with-setid-mode=${WITH_SETID_MODE} ## WITH_LOGPATH (formerly known as LOG_PATH): logging directory ## (default: /var/log) ## WITH_LOGNAME: log file name (default suphp.log) |