mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-27 10:03:20 +00:00
Use --entry instead of --defentry so this port doesn't fail on older
versions of FreeBSD. PR: 12746
This commit is contained in:
parent
23d73161fc
commit
84a09442f0
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=24232
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user