1
0
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:
Steve Price 1999-12-29 07:38:42 +00:00
parent 23d73161fc
commit 84a09442f0
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=24232
3 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -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

View File

@ -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