diff options
author | Erwin Lansing <erwin@FreeBSD.org> | 2006-08-08 08:11:09 +0000 |
---|---|---|
committer | Erwin Lansing <erwin@FreeBSD.org> | 2006-08-08 08:11:09 +0000 |
commit | b70a31b4c2326db5a384a3bdfab9557aea139204 (patch) | |
tree | aa6752adb7799effc697d157f785fdc39ad3ccfb /databases/gdbm/files/patch-ab | |
parent | - Fix typo in manpage (diff) |
- Eliminate a patch
- Respect DESTDIR
PR: 101567
Submitted by: gabor (maintainer)
Notes
Notes:
svn path=/head/; revision=170079
Diffstat (limited to 'databases/gdbm/files/patch-ab')
-rw-r--r-- | databases/gdbm/files/patch-ab | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/databases/gdbm/files/patch-ab b/databases/gdbm/files/patch-ab deleted file mode 100644 index 5d19eaf34fa7..000000000000 --- a/databases/gdbm/files/patch-ab +++ /dev/null @@ -1,20 +0,0 @@ ---- Makefile.in.orig Wed Oct 9 01:09:12 2002 -+++ Makefile.in Tue Oct 22 22:19:59 2002 -@@ -24,7 +24,7 @@ - DEFS = - - # Where the system [n]dbm routines are... --LIBS = @LIBS@ -lc -+LIBS = @LIBS@ - - CFLAGS = @CFLAGS@ - LDFLAGS = @LDFLAGS@ -@@ -122,7 +122,7 @@ - - DISTFILES = $(SRCS) $(HDRS) $(MSCFILES) - --all: libgdbm.la libgdbm_compat.la -+all: libgdbm.la libgdbm_compat.la gdbm.info - - progs: $(PROGS) - |