diff options
author | Clement Laforet <clement@FreeBSD.org> | 2004-03-20 12:38:50 +0000 |
---|---|---|
committer | Clement Laforet <clement@FreeBSD.org> | 2004-03-20 12:38:50 +0000 |
commit | 5b35dfde8e9e09ee78cff2d8b6044e9b8ec42597 (patch) | |
tree | b60b718d7ecbbdd746feda54f46ce06708d0fc03 /www | |
parent | ea6e10cfc4c54ad3a3028dc799a5bf579365f9f8 (diff) | |
download | freebsd-ports-5b35dfde8e9e09ee78cff2d8b6044e9b8ec42597.zip |
Fix mispelled CONFIGURE_ARGS option
Spotted by: Johan Mulder <johan@localhost.nl>
Diffstat (limited to 'www')
-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 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> |