blob: 7309a0aebeed028a0a641cdf9009657bcc6d6f00 (
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
|
$FreeBSD$
--- configure.orig
+++ configure
@@ -198,8 +198,6 @@
--x-includes=*)
;;
*)
- echo "illegal option $opt"
- exit
;;
esac
done
@@ -411,7 +409,7 @@
docdir="$prefix/share/doc/uade-$VERSION"
fi
if test -z "$mandir"; then
- mandir="$prefix/share/man/man1"
+ mandir="$prefix/man/man1"
fi
else
# user installation
|