summaryrefslogtreecommitdiff
path: root/devel/libbegemot/patches/patch-aa
blob: 59c7940fc914db48660d51aab9506ddf1a7153f0 (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.1.1.1 2002/05/16 16:04:55 agc Exp $

--- Makefile.in	2002/05/16 15:32:51	1.1
+++ Makefile.in	2002/05/16 15:33:21
@@ -28,7 +28,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 \
@@ -84,7 +84,7 @@
 		$(INSTALL_DATA) $$file $(includedir) ;\
 	done
 	for file in $(MSRC) ; do \
-		$(INSTALL_DATA) $(srcdir)/$$file.man $(mandir)/man$(MSECT)/$$file.$(MSECT) ;\
+		$(INSTALL_DATA) $(srcdir)/$$file.man $(mandir)/man$(MSECT)/begemot-$$file.$(MSECT) ;\
 	done
 
 clean: