aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorclement <clement@FreeBSD.org>2004-06-29 20:21:20 +0800
committerclement <clement@FreeBSD.org>2004-06-29 20:21:20 +0800
commitd4222e887a3b53a6f095bce436c006998681a9ea (patch)
tree0feb2b2a2f02237066bb990a67eb2051e686c68f
parent75a15ddd41256aab4c05bced1fcefd49820af842 (diff)
downloadfreebsd-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/Makefile2
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)