1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-01 22:05:08 +00:00
freebsd-ports/databases/gdbm/files/patch-ab
Steve Price 2e3ee07db2 Update to version 1.8.0 and set USE_LIBTOOL=yes.
PR:		11811
Submitted by:	Chris Piazza <cpiazza@home.net>
1999-06-06 16:49:05 +00:00

30 lines
537 B
Plaintext

--- Makefile.in.orig Tue May 18 20:16:06 1999
+++ Makefile.in Thu May 20 16:01:22 1999
@@ -31,7 +31,7 @@
LDFLAGS =
# Common prefix for installation directories
-prefix = /usr/local
+prefix = @prefix@
exec_prefix = $(prefix)
binprefix = $(exec_prefix)
manprefix = $(prefix)
@@ -115,7 +115,7 @@
DISTFILES = $(SRCS) $(HDRS) $(MSCFILES)
-all: libgdbm.la
+all: libgdbm.la info
progs: $(PROGS)
@@ -187,7 +187,7 @@
info: gdbm.info
-gdbm.info:
+gdbm.info: gdbm.texinfo
$(MAKEINFO) $(srcdir)/gdbm.texinfo
dvi: gdbm.dvi