diff options
author | Steve Price <steve@FreeBSD.org> | 1998-02-15 17:01:07 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1998-02-15 17:01:07 +0000 |
commit | fcc102b66968d5670b5fe67b8d06c9e461751b3f (patch) | |
tree | 15c837d8a948a9d4897718ba1bae3d5636e32e43 /databases/gdbm/files/patch-ab | |
parent | Nuke x11/xbloody. Should be games/xbloody (diff) |
Fix to properly install info files.
PR: 5740
Submitted by: Igor Vinokurov <igor@zynaps.ru>
Notes
Notes:
svn path=/head/; revision=9733
Diffstat (limited to 'databases/gdbm/files/patch-ab')
-rw-r--r-- | databases/gdbm/files/patch-ab | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/databases/gdbm/files/patch-ab b/databases/gdbm/files/patch-ab new file mode 100644 index 000000000000..1753a3c3931f --- /dev/null +++ b/databases/gdbm/files/patch-ab @@ -0,0 +1,20 @@ +--- Makefile.in.orig Sun May 15 13:28:49 1994 ++++ Makefile.in Sat Feb 14 16:37:46 1998 +@@ -88,7 +88,7 @@ + + DISTFILES = $(SRCS) $(HDRS) $(MSCFILES) + +-all: libgdbm.a ++all: libgdbm.a info + + progs: $(PROGS) + +@@ -149,7 +149,7 @@ + + info: gdbm.info + +-gdbm.info: ++gdbm.info: gdbm.texinfo + $(MAKEINFO) $(srcdir)/gdbm.texinfo + + dvi: gdbm.dvi |