summaryrefslogtreecommitdiff
path: root/www/boa
diff options
context:
space:
mode:
authorOliver Lehmann <oliver@FreeBSD.org>2003-09-28 21:21:18 +0000
committerOliver Lehmann <oliver@FreeBSD.org>2003-09-28 21:21:18 +0000
commitc4320aacb914ecabd04072aa69deae2833fdd191 (patch)
tree69aa614bdd05f37c1e6fca0a12169384111a4f45 /www/boa
parent- Update to 1.8 and fix the checksum error reported by bento (diff)
fix %%PREFIX%%
PR: ports/56938 Submitted By: David Lay <dsl@webize.com.au> Approved By: maintainer
Notes
Notes: svn path=/head/; revision=89722
Diffstat (limited to 'www/boa')
-rw-r--r--www/boa/files/patch-examples::boa.conf4
1 files changed, 2 insertions, 2 deletions
diff --git a/www/boa/files/patch-examples::boa.conf b/www/boa/files/patch-examples::boa.conf
index 6ad8dada8a3b..e3e1b3176822 100644
--- a/www/boa/files/patch-examples::boa.conf
+++ b/www/boa/files/patch-examples::boa.conf
@@ -43,7 +43,7 @@
# CGIPath: The value of the $PATH environment variable given to CGI progs.
-CGIPath /bin:/usr/bin:/usr/local/bin
-+CGIPath /bin:/usr/bin:%%PREFIX/bin
++CGIPath /bin:/usr/bin:%%PREFIX%%/bin
# SinglePostLimit: The maximum allowable number of bytes in
# a single POST. Default is normally 1MB.
@@ -58,5 +58,5 @@
# Example: ScriptAlias /htbin/ /www/htbin/
-ScriptAlias /cgi-bin/ /usr/lib/cgi-bin/
-+ScriptAlias /cgi-bin/ %%PREFIX/www/cgi-bin/
++ScriptAlias /cgi-bin/ %%PREFIX%%/www/cgi-bin/