blob: e0db1ffccd15063d9cb7bac0399e6d7ce985b607 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$NetBSD: patch-ac,v 1.1 2003/11/14 21:19:03 cube Exp $
--- build/install.locations.orig 2002-05-05 14:11:47.000000000 +0200
+++ build/install.locations
@@ -33,7 +33,7 @@ MAN5="$PREFIX/man/man5/"
# The directory to put man pages which describe the server programs
MAN8="$PREFIX/man/man8/"
# The directory to put a copy of the MaraDNS documents on the system
-DOCS="$PREFIX/doc/maradns-$VERSION"
+DOCS="$PREFIX/share/doc/maradns"
# Mandrake does not have a /usr/local/man. Ugh.
# As a result, we need the following kludge to get this to
|