summaryrefslogtreecommitdiff
path: root/mail/vqadmin/files/patch-configure
diff options
context:
space:
mode:
authorOliver Lehmann <oliver@FreeBSD.org>2004-04-18 12:24:35 +0000
committerOliver Lehmann <oliver@FreeBSD.org>2004-04-18 12:24:35 +0000
commit357abde4615e46138d6957b7b39668eab8c84623 (patch)
tree9cb4adc648a0d1aff01e07a254f330f814ed63c2 /mail/vqadmin/files/patch-configure
parentMark DEPRECATED. These ports are quite old and useless in these (diff)
update to 2.3.6
Diffstat (limited to '')
-rw-r--r--mail/vqadmin/files/patch-configure28
1 files changed, 14 insertions, 14 deletions
diff --git a/mail/vqadmin/files/patch-configure b/mail/vqadmin/files/patch-configure
index d2d4f823f804..5cbe4776d914 100644
--- a/mail/vqadmin/files/patch-configure
+++ b/mail/vqadmin/files/patch-configure
@@ -1,30 +1,30 @@
---- configure.orig Fri Feb 21 18:40:17 2003
-+++ configure Fri Feb 21 18:43:08 2003
-@@ -1389,19 +1389,17 @@
+--- configure.orig Wed Sep 17 23:21:39 2003
++++ configure Sun Apr 18 13:50:48 2004
+@@ -3355,19 +3355,15 @@
cgibindir=""
wwwroot=""
-for f in /home/httpd /usr/local/apache /usr/local/www /var/lib/httpd /var/www /usr/local/www /var/www
-do
- if test -d $f/html
-- then
+- then
- wwwroot=$f/html
- fi
-+if test "${enable_htmldir+set}" = set; then
-+ enableval="$enable_htmldir"
-+ wwwroot="$enableval"
-+else
-
+-
- if test -d $f/cgi-bin
- then
- cgibindir=$f/cgi-bin
- fi
-done
-+ if test "$wwwroot" = ""
-+ then
-+ { echo "configure: error: Unable to find your html directory, specify --enable-htmldir." 1>&2; exit 1; }
-+ fi
-
+-
++if test "${enable_htmldir+set}" = set; then
++ enableval="$enable_htmldir"
++ wwwroot="$enableval"
++else
++ if test "$wwwroot" = ""
++ then
++ { echo "configure: error: Unable to find your html directory, specify --enable-htmldir." 1>&2; exit 1; }
++ fi
+fi