From 875ebd31e7b0c845a482d12d49e1a601a8fcfdd5 Mon Sep 17 00:00:00 2001 From: Oliver Eikemeier Date: Thu, 14 Oct 2004 13:24:20 +0000 Subject: - better reflect `bash --version' in PORTVERSION - new shopt colonbreakswords - fix default PATH --- shells/bash/files/patch-builtins::Makefile.in | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 shells/bash/files/patch-builtins::Makefile.in (limited to 'shells/bash/files/patch-builtins::Makefile.in') diff --git a/shells/bash/files/patch-builtins::Makefile.in b/shells/bash/files/patch-builtins::Makefile.in new file mode 100644 index 000000000000..45d34668a9c9 --- /dev/null +++ b/shells/bash/files/patch-builtins::Makefile.in @@ -0,0 +1,11 @@ +--- builtins/Makefile.in.orig Mon Oct 11 15:32:28 2004 ++++ builtins/Makefile.in Mon Oct 11 15:32:58 2004 +@@ -177,7 +177,7 @@ + + install-help: + @-if test -n "${HELPDIR}" && test -d helpfiles ; then \ +- test -d ${HELPDIR} || ${SHELL} ${MKDIRS} $(DESTDIR)$(HELPDIR) ;\ ++ test -d ${DESTDIR}${HELPDIR} || ${SHELL} ${MKDIRS} $(DESTDIR)$(HELPDIR) ;\ + ( cd helpfiles ; \ + for f in *; do \ + echo installing $$f; \ -- cgit v1.2.3