git: a4bbf57894ae - main - shells/bash: Remove unsed makeinfo use flag

From: Emanuel Haupt <ehaupt_at_FreeBSD.org>
Date: Wed, 29 Nov 2023 23:28:34 UTC
The branch main has been updated by ehaupt:

URL: https://cgit.FreeBSD.org/ports/commit/?id=a4bbf57894ae1faf6c5eacce4662b9ad735ef1f4

commit a4bbf57894ae1faf6c5eacce4662b9ad735ef1f4
Author:     firk <firk@cantconnect.ru>
AuthorDate: 2023-11-29 23:27:05 +0000
Commit:     Emanuel Haupt <ehaupt@FreeBSD.org>
CommitDate: 2023-11-29 23:27:05 +0000

    shells/bash: Remove unsed makeinfo use flag
    
    Makeinfo is not actually used because, after patching, it updates the
    timestamps of *.info files, preventing doc/Makefile from wanting to
    regenerate bash.info.
    
    While here, sort USES.
    
    PR:             275439
---
 shells/bash/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/shells/bash/Makefile b/shells/bash/Makefile
index 130e3d3ade1d..9dd45a4620eb 100644
--- a/shells/bash/Makefile
+++ b/shells/bash/Makefile
@@ -19,7 +19,7 @@ WWW=			https://www.gnu.org/software/bash/
 LICENSE=		GPLv3+
 LICENSE_FILE=		${WRKSRC}/COPYING
 
-USES=			bison cpe iconv makeinfo pathfix localbase
+USES=			bison cpe iconv localbase pathfix
 CPE_VENDOR=		gnu
 GNU_CONFIGURE=		yes
 CONFIGURE_ARGS+=	--without-bash-malloc \