diff options
author | Renato Botelho <garga@FreeBSD.org> | 2006-02-21 15:29:59 +0000 |
---|---|---|
committer | Renato Botelho <garga@FreeBSD.org> | 2006-02-21 15:29:59 +0000 |
commit | 96a33532bb93c2175d08546087e58024b5025517 (patch) | |
tree | 2e9fddd17e3ca1b8803727d91dd7888cdc4f0c81 /shells/bash/files/patch-builtins::Makefile.in | |
parent | 744c05df00e6db027813c7ae1bf5c3662aa65378 (diff) | |
download | ports-96a33532bb93c2175d08546087e58024b5025517.tar.gz ports-96a33532bb93c2175d08546087e58024b5025517.zip |
- Update to 3.1.10
PR: ports/91036
Submitted by: Rainer Alves <rainer.alves@gmail.com>
Approved by: maintainer timeout (54 days)
Notes
Notes:
svn path=/head/; revision=156590
Diffstat (limited to 'shells/bash/files/patch-builtins::Makefile.in')
-rw-r--r-- | shells/bash/files/patch-builtins::Makefile.in | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/shells/bash/files/patch-builtins::Makefile.in b/shells/bash/files/patch-builtins::Makefile.in index 45d34668a9c9..6ff8ae5d6d75 100644 --- a/shells/bash/files/patch-builtins::Makefile.in +++ b/shells/bash/files/patch-builtins::Makefile.in @@ -1,11 +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 @@ +--- builtins/Makefile.in.orig Wed Dec 28 19:49:25 2005 ++++ builtins/Makefile.in Wed Dec 28 19:50:01 2005 +@@ -178,7 +178,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 \ + ( for f in helpfiles/*; do \ echo installing $$f; \ + ${INSTALL_DATA} $$f $(DESTDIR)$(HELPDIR); \ |