mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-09 20:40:13 -04:00
23 lines
728 B
Plaintext
23 lines
728 B
Plaintext
$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:
|