blob: 1662578d4666466c2d73ef26a938ef2e7947e171 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
$NetBSD: patch-aa,v 1.2 2007/01/27 12:01:01 wiz Exp $
--- Makefile.in.orig 2005-06-01 09:50:27.000000000 +0200
+++ Makefile.in 2007-01-26 12:07:26.000000000 +0100
@@ -69,7 +69,7 @@
# manual section suffix. If you change this, you must also change the
# section prefixes in the man files also.
-MSECT = l
+MSECT = 3
# source files
SRC = panic.c xalloc.c xrealloc.c prstat.c strsave.c xstrsave.c warn.c \
@@ -125,7 +125,7 @@
$(INSTALL_DATA) $$file $(DESTDIR)$(includedir) ;\
done
for file in $(MSRC) ; do \
- $(INSTALL_DATA) $(srcdir)/$$file.man $(DESTDIR)$(mandir)/man$(MSECT)/$$file.$(MSECT) ;\
+ $(INSTALL_DATA) $(srcdir)/$$file.man $(DESTDIR)$(mandir)/man$(MSECT)/begemot-$$file.$(MSECT) ;\
done
clean:
|