diff options
author | Jeremy Chadwick <koitsu@FreeBSD.org> | 2008-05-11 11:51:32 +0000 |
---|---|---|
committer | Jeremy Chadwick <koitsu@FreeBSD.org> | 2008-05-11 11:51:32 +0000 |
commit | 223a418f3df932bee4493fcc5aede48d8d822b24 (patch) | |
tree | 0e872cf93740c6da0942a4ef628c7401a436e2fa /www/cgiwrap | |
parent | 07261667d2e78f370a746316f7ec4fbf1bfeca54 (diff) |
Fix for WITH_USE_REDIRECT_URL; previously did not work.
Notes
Notes:
svn path=/head/; revision=212903
Diffstat (limited to 'www/cgiwrap')
-rw-r--r-- | www/cgiwrap/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/cgiwrap/Makefile b/www/cgiwrap/Makefile index 9c50758ad316..e4e3f48c4436 100644 --- a/www/cgiwrap/Makefile +++ b/www/cgiwrap/Makefile @@ -24,7 +24,7 @@ OPTIONS= CGI_OWNER "Check CGI file owner" on \ CGI_SETGID "Check CGI file setgid permissions" on \ CGI_GROUP_WRITABLE "Check CGI g+w file permissions" on \ CGI_WORLD_WRITABLE "Check CGI o+w file permissions" on \ - USE_SCRIPT_URL "Use REDIRECT_URL to build SCRIPT_NAME" off \ + USE_REDIRECT_URL "Use REDIRECT_URL to build SCRIPT_NAME" off \ USE_SCRIPT_URL "Use SCRIPT_URL to build SCRIPT_NAME" off \ NPH "Enable nph binaries" off \ DEBUG "Enable cgiwrapd binaries" off |