aboutsummaryrefslogtreecommitdiffstats
path: root/www/man2web/files/patch-configure
blob: 2a97781accd8e76572b545362852e2d12470785c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
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
        ;;