summaryrefslogtreecommitdiff
path: root/shells/bash53/files/patch-Makefile.in
diff options
context:
space:
mode:
authorEmanuel Haupt <ehaupt@FreeBSD.org>2025-07-07 19:55:59 +0200
committerEmanuel Haupt <ehaupt@FreeBSD.org>2025-07-07 20:03:17 +0200
commit8d6eacd8fa29d66db3a170222259152b847b7c13 (patch)
treee64f90040fce28aa65a19d892c528896b5aa45c3 /shells/bash53/files/patch-Makefile.in
parentx11/swayimg: update to 4.4 (diff)
shells/bash53: Remove extra version of bash
Remove in favor of updating shells/bash to the most recent version. This has been requested by multiple users on the mailing list who preferred keeping shells/bash up to date rather than maintaining a separate versioned port for 5.3.
Diffstat (limited to 'shells/bash53/files/patch-Makefile.in')
-rw-r--r--shells/bash53/files/patch-Makefile.in12
1 files changed, 0 insertions, 12 deletions
diff --git a/shells/bash53/files/patch-Makefile.in b/shells/bash53/files/patch-Makefile.in
deleted file mode 100644
index cfd72e4d9bdd..000000000000
--- a/shells/bash53/files/patch-Makefile.in
+++ /dev/null
@@ -1,12 +0,0 @@
---- Makefile.in.orig 2025-07-06 15:36:39 UTC
-+++ Makefile.in
-@@ -923,7 +923,9 @@ install: .made installdirs
- infodir=$(infodir) htmldir=$(htmldir) DESTDIR=$(DESTDIR) $@ )
- -( cd $(DEFDIR) ; $(MAKE) $(BASH_MAKEFLAGS) DESTDIR=$(DESTDIR) $@ )
- -( cd $(PO_DIR) ; $(MAKE) $(BASH_MAKEFLAGS) DESTDIR=$(DESTDIR) $@ )
-+.if !$(STATIC_LD:M-static)
- -( cd $(LOADABLES_DIR) && $(MAKE) $(BASH_MAKEFLAGS) DESTDIR=$(DESTDIR) $@ )
-+.endif
-
- install-strip:
- $(MAKE) $(BASH_MAKEFLAGS) INSTALL_PROGRAM='$(INSTALL_STRIP_PROGRAM)' \