blob: d26e5839ca0a260cdbecdff9a43466ee90516800 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$NetBSD: patch-aa,v 1.9 2006/11/02 18:00:43 joerg Exp $
--- makefile.cfg.orig 1998-03-21 11:08:57.000000000 -0800
+++ makefile.cfg
@@ -17,7 +17,7 @@ includedir = $(prefix)/include
binprefix =
manprefix =
manext = 1
-mandir = $(prefix)/man/man$(manext)
+mandir = $(DESTDIR)@mandir@/man$(manext)
# The name of your C compiler:
CC= @CC@
|