d1e3e30157
2005-05-31 Harti Brandt * Remove clauses 3 and 4 from the copyright sections. 2002-09-03 Hartmut Brandt * Keep the patch level in the directory and tar name, but leave it out from the rpm package name. Always bump patch level and rpm revision together. 2002-09-02 Hartmut Brandt * Makefile.in: use $(LIBTOOL) to refer to libtool. Work around a problem with top_builddir. * libbegemot.spec: new file to create RPM packages. Kindly contributed by Eric Moret. 2002-08-30 Hartmut Brandt * convert configure.in to configure.ac for new autoconfig. * prstat.c: add a number of fields for *BSD.
22 lines
728 B
Text
22 lines
728 B
Text
$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:
|