diff options
author | Steve Price <steve@FreeBSD.org> | 1999-12-29 07:38:42 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1999-12-29 07:38:42 +0000 |
commit | 84a09442f065e284b3df29403c70524ef63ce1f7 (patch) | |
tree | 8c88874284beb5592cee0bd4fe11e072a0c16eae /shells/bash2 | |
parent | Remove comment about running 'make install-suid' since we do that already (diff) |
Use --entry instead of --defentry so this port doesn't fail on older
versions of FreeBSD.
PR: 12746
Diffstat (limited to 'shells/bash2')
-rw-r--r-- | shells/bash2/files/patch-aa | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shells/bash2/files/patch-aa b/shells/bash2/files/patch-aa index 16d0302debad..f30ca9d79b7b 100644 --- a/shells/bash2/files/patch-aa +++ b/shells/bash2/files/patch-aa @@ -14,7 +14,7 @@ # run install-info if it is present to update the info directory if $(SHELL) -c 'install-info --version' >/dev/null 2>&1; then \ ! install-info \ -! --defentry="* BASH: (bash). Bash Reference Manual." \ +! --entry="* BASH: (bash). Bash Reference Manual." \ ! --dir-file=$(infodir)/dir $(infodir)/bash.info; \ else true; fi |