summaryrefslogtreecommitdiff
path: root/devel/libbegemot/patches
diff options
context:
space:
mode:
authoragc <agc>2002-05-16 16:04:55 +0000
committeragc <agc>2002-05-16 16:04:55 +0000
commit4cb46658d1080393828604664ae2a648820200bc (patch)
tree3d9014039c76c6fe7eaf1812543b058ef563b67c /devel/libbegemot/patches
parent625b38eaef10102d063be11b7cce8691e7c59da0 (diff)
downloadpkgsrc-4cb46658d1080393828604664ae2a648820200bc.tar.gz
Initial import of the begemot library, libbegemot-1.9, into the Packages
Collection. This package contains a library of functions which are found useful in daily programming. They are used by most of the other BEGEMOT packages. I am informed that "begemot" is Russian for "hippopotamus"
Diffstat (limited to 'devel/libbegemot/patches')
-rw-r--r--devel/libbegemot/patches/patch-aa22
1 files changed, 22 insertions, 0 deletions
diff --git a/devel/libbegemot/patches/patch-aa b/devel/libbegemot/patches/patch-aa
new file mode 100644
index 00000000000..59c7940fc91
--- /dev/null
+++ b/devel/libbegemot/patches/patch-aa
@@ -0,0 +1,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: