summaryrefslogtreecommitdiff
path: root/databases/gdbm/patches
diff options
context:
space:
mode:
authordogcow <dogcow>2001-08-16 21:41:59 +0000
committerdogcow <dogcow>2001-08-16 21:41:59 +0000
commitc2812d5505d5d7d9a37182c1a39d38633caca592 (patch)
treec6becccbdba312a094bf0259bdb1a593524d9158 /databases/gdbm/patches
parent757bb3c70f9846bffd34cd58bce4de90ac5b0104 (diff)
downloadpkgsrc-c2812d5505d5d7d9a37182c1a39d38633caca592.tar.gz
Fix Makefile.in to use $(INSTALL) rather than "install";
this can fail on zoularis if it finds /usr/sbin/install first.
Diffstat (limited to 'databases/gdbm/patches')
-rw-r--r--databases/gdbm/patches/patch-ab15
1 files changed, 11 insertions, 4 deletions
diff --git a/databases/gdbm/patches/patch-ab b/databases/gdbm/patches/patch-ab
index ed192fd7fd7..a7f750cc6f8 100644
--- a/databases/gdbm/patches/patch-ab
+++ b/databases/gdbm/patches/patch-ab
@@ -1,7 +1,5 @@
-$NetBSD: patch-ab,v 1.6 2001/01/18 18:05:53 wiz Exp $
-
---- Makefile.in.orig Tue May 18 23:16:06 1999
-+++ Makefile.in
+--- Makefile.in.orig Tue May 18 20:16:06 1999
++++ Makefile.in Thu Aug 16 14:27:07 2001
@@ -27,11 +27,11 @@
LIBS = @LIBS@ -lc
@@ -16,3 +14,12 @@ $NetBSD: patch-ab,v 1.6 2001/01/18 18:05:53 wiz Exp $
exec_prefix = $(prefix)
binprefix = $(exec_prefix)
manprefix = $(prefix)
+@@ -121,7 +121,7 @@
+
+ install: libgdbm.la gdbm.h gdbm.info
+ $(srcdir)/mkinstalldirs $(libdir) $(includedir) $(man3dir) $(infodir)
+- $(LIBTOOL) install -c libgdbm.la $(libdir)/libgdbm.la
++ $(LIBTOOL) $(INSTALL) -c libgdbm.la $(libdir)/libgdbm.la
+ $(INSTALL_DATA) -o $(BINOWN) -g $(BINGRP) gdbm.h $(includedir)/gdbm.h
+ $(INSTALL_DATA) -o $(BINOWN) -g $(BINGRP) $(srcdir)/gdbm.3 \
+ $(man3dir)/gdbm.3