diff options
author | clement <clement@FreeBSD.org> | 2004-06-29 20:21:20 +0800 |
---|---|---|
committer | clement <clement@FreeBSD.org> | 2004-06-29 20:21:20 +0800 |
commit | d4222e887a3b53a6f095bce436c006998681a9ea (patch) | |
tree | 0feb2b2a2f02237066bb990a67eb2051e686c68f | |
parent | 75a15ddd41256aab4c05bced1fcefd49820af842 (diff) | |
download | freebsd-ports-gnome-d4222e887a3b53a6f095bce436c006998681a9ea.tar.gz freebsd-ports-gnome-d4222e887a3b53a6f095bce436c006998681a9ea.tar.zst freebsd-ports-gnome-d4222e887a3b53a6f095bce436c006998681a9ea.zip |
- s/--enable-setid-mode/--with-setid-mode/
Reported by: Andries Filmer <andries@netexpo.nl>
-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) |