b2d34f7a87
-- maradns is a DNS server written with security, simplicity, and performance in mind. From: Margarida Sequeira <niness@devilness.org>
13 lines
583 B
Plaintext
13 lines
583 B
Plaintext
$OpenBSD: patch-build_install_locations,v 1.1.1.1 2002/11/15 20:19:32 brad Exp $
|
|
--- build/install.locations.orig Wed Nov 13 17:10:49 2002
|
|
+++ build/install.locations Wed Nov 13 17:11:38 2002
|
|
@@ -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
|