summaryrefslogtreecommitdiffstats
path: root/shells/bash2/files
diff options
context:
space:
mode:
authorsteve <steve@FreeBSD.org>1999-12-29 07:38:42 +0000
committersteve <steve@FreeBSD.org>1999-12-29 07:38:42 +0000
commit854d0330fb4f3bbca21ada68d4d38fa01d1c5ca3 (patch)
tree78ac42ecee3c3d465c7ed708879eb75d132d6808 /shells/bash2/files
parent7b96b5cebeecf6719a34b34a1def22b94a4ef3ef (diff)
downloadFreeBSD-ports-854d0330fb4f3bbca21ada68d4d38fa01d1c5ca3.zip
FreeBSD-ports-854d0330fb4f3bbca21ada68d4d38fa01d1c5ca3.tar.gz
Use --entry instead of --defentry so this port doesn't fail on older
versions of FreeBSD. PR: 12746
Diffstat (limited to 'shells/bash2/files')
-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 16d0302..f30ca9d 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
OpenPOWER on IntegriCloud