summaryrefslogtreecommitdiff
path: root/shells/bash/files/patch-ab
diff options
context:
space:
mode:
authorChristian Weisgerber <naddy@FreeBSD.org>2001-11-21 01:40:39 +0000
committerChristian Weisgerber <naddy@FreeBSD.org>2001-11-21 01:40:39 +0000
commit452e62785450caf063cd7d66bf73cb913ad7a7f3 (patch)
treed87a5b19f40ec26ff39a671306d0ca4ce274895e /shells/bash/files/patch-ab
parentAdd a patch so a2ps doesn't bomb out if the machine it is called from has (diff)
* Update to 2.05a.
* Split failglob patch into per-file patches. Reviewed by: obrien
Diffstat (limited to 'shells/bash/files/patch-ab')
-rw-r--r--shells/bash/files/patch-ab25
1 files changed, 19 insertions, 6 deletions
diff --git a/shells/bash/files/patch-ab b/shells/bash/files/patch-ab
index db11179f5a31..f810ff94da33 100644
--- a/shells/bash/files/patch-ab
+++ b/shells/bash/files/patch-ab
@@ -1,11 +1,24 @@
---- Makefile.in.orig Wed Mar 1 22:52:12 2000
-+++ Makefile.in Mon May 8 00:05:03 2000
-@@ -582,7 +582,7 @@
+
+$FreeBSD$
+
+--- Makefile.in.orig Mon Nov 12 17:42:45 2001
++++ Makefile.in Wed Nov 21 00:08:16 2001
+@@ -59,6 +59,7 @@
+
+ INSTALL = @INSTALL@
+ INSTALL_PROGRAM = @INSTALL_PROGRAM@
++INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_DATA = @INSTALL_DATA@
+ INSTALLMODE= -m 0755
+ INSTALLMODE2 = -m 0555
+@@ -627,8 +628,8 @@
+ @${SHELL} $(SUPPORT_SRC)mkdirs $(DESTDIR)$(infodir)
install: .made installdirs
- $(INSTALL_PROGRAM) $(INSTALLMODE) $(Program) $(bindir)/$(Program)
-- $(INSTALL_PROGRAM) $(INSTALLMODE2) bashbug $(bindir)/bashbug
-+ $(INSTALL) $(INSTALLMODE2) bashbug $(bindir)/bashbug
+- $(INSTALL_PROGRAM) $(INSTALLMODE) $(Program) $(DESTDIR)$(bindir)/$(Program)
+- $(INSTALL_PROGRAM) $(INSTALLMODE2) bashbug $(DESTDIR)$(bindir)/bashbug
++ $(INSTALL_PROGRAM) $(Program) $(DESTDIR)$(bindir)/$(Program)
++ $(INSTALL_SCRIPT) bashbug $(DESTDIR)$(bindir)/bashbug
-( cd $(DOCDIR) ; $(MAKE) $(MFLAGS) \
man1dir=$(man1dir) man1ext=$(man1ext) \
man3dir=$(man3dir) man3ext=$(man3ext) \