summaryrefslogtreecommitdiff
path: root/shells/bash2
diff options
context:
space:
mode:
authorSteve Price <steve@FreeBSD.org>1999-12-29 07:38:42 +0000
committerSteve Price <steve@FreeBSD.org>1999-12-29 07:38:42 +0000
commit84a09442f065e284b3df29403c70524ef63ce1f7 (patch)
tree8c88874284beb5592cee0bd4fe11e072a0c16eae /shells/bash2
parentRemove 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
Notes
Notes: svn path=/head/; revision=24232
Diffstat (limited to 'shells/bash2')
-rw-r--r--shells/bash2/files/patch-aa2
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