1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-14 23:46:10 +00:00
freebsd-ports/databases/gdbm/files/patch-ab
Steve Price fcc102b669 Fix to properly install info files.
PR:		5740
Submitted by:	Igor Vinokurov <igor@zynaps.ru>
1998-02-15 17:01:07 +00:00

21 lines
340 B
Plaintext

--- 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