From 45f388ba6b864ba60252fceffdcc5cf53f045f6a Mon Sep 17 00:00:00 2001 From: Christian Weisgerber Date: Mon, 28 Apr 2003 17:58:18 +0000 Subject: Maintenance update to 0.88. --- www/man2web/files/patch-configure | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 www/man2web/files/patch-configure (limited to 'www/man2web/files/patch-configure') diff --git a/www/man2web/files/patch-configure b/www/man2web/files/patch-configure new file mode 100644 index 000000000000..2a97781accd8 --- /dev/null +++ b/www/man2web/files/patch-configure @@ -0,0 +1,26 @@ + +$FreeBSD$ + +--- configure.orig Mon Apr 28 03:07:10 2003 ++++ configure Mon Apr 28 16:41:10 2003 +@@ -4593,6 +4593,20 @@ + distro=debian-3 + ;; + ++ freebsd) ++ if test x$section_switch = x ++ then ++ section_switch="-S" ++ fi ++ ++ if test x$manpath_switch = x ++ then ++ manpath_switch="-M" ++ fi ++ ++ distro=freebsd ++ ;; ++ + *) + distro=generic + ;; -- cgit v1.2.3