diff options
| author | firk <firk@cantconnect.ru> | 2023-11-30 00:27:05 +0100 |
|---|---|---|
| committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2023-11-30 00:27:05 +0100 |
| commit | a4bbf57894ae1faf6c5eacce4662b9ad735ef1f4 (patch) | |
| tree | 86881366a33a00bf585eab7470ca020874c6c38a /shells/bash/Makefile | |
| parent | net-mgmt/gping: Update to 1.16.0 (diff) | |
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
Diffstat (limited to 'shells/bash/Makefile')
| -rw-r--r-- | shells/bash/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 \ |
