aboutsummaryrefslogtreecommitdiff
path: root/www/suphp
diff options
context:
space:
mode:
authorClement Laforet <clement@FreeBSD.org>2004-03-20 12:38:50 +0000
committerClement Laforet <clement@FreeBSD.org>2004-03-20 12:38:50 +0000
commit5b35dfde8e9e09ee78cff2d8b6044e9b8ec42597 (patch)
treeb60b718d7ecbbdd746feda54f46ce06708d0fc03 /www/suphp
parentea6e10cfc4c54ad3a3028dc799a5bf579365f9f8 (diff)
downloadports-5b35dfde8e9e09ee78cff2d8b6044e9b8ec42597.tar.gz
ports-5b35dfde8e9e09ee78cff2d8b6044e9b8ec42597.zip
Fix mispelled CONFIGURE_ARGS option
Spotted by: Johan Mulder <johan@localhost.nl>
Notes
Notes: svn path=/head/; revision=104732
Diffstat (limited to 'www/suphp')
-rw-r--r--www/suphp/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/suphp/Makefile b/www/suphp/Makefile
index afd795bf0b1c..5f68c2564330 100644
--- a/www/suphp/Makefile
+++ b/www/suphp/Makefile
@@ -51,7 +51,7 @@ CONFIGURE_ARGS+= --disable-checkuid
CONFIGURE_ARGS+= --disable-checkgid
.endif
## WITH_SETID_MODE: Mode to use for setting UID/GID.
-CONFIGURE_ARGS+= --enable-setid=${WITH_SETID_MODE}
+CONFIGURE_ARGS+= --enable-setid-mode=${WITH_SETID_MODE}
.include <bsd.port.pre.mk>