diff options
author | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2023-10-21 20:48:42 +0200 |
---|---|---|
committer | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2023-10-21 21:01:37 +0200 |
commit | 3afb54f26697fcc3d19577b66cf4ccb9fefc1be3 (patch) | |
tree | d54ba07534337579a8c6ba2c85addb3cd3a45e02 | |
parent | devel/allegro: Remove USES=makeinfo (diff) |
devel/arm-elf-binutils: Remove USES=makeinfo
- The usage of makeinfo is actually a NOOP here as the info files are
deleted at post-install stage. So fake the presence of makeinfo.
- Pet portclippy
-rw-r--r-- | devel/arm-elf-binutils/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/devel/arm-elf-binutils/Makefile b/devel/arm-elf-binutils/Makefile index 1db0fdeb3215..6ac0dbfb133d 100644 --- a/devel/arm-elf-binutils/Makefile +++ b/devel/arm-elf-binutils/Makefile @@ -11,11 +11,15 @@ WWW= https://www.gnu.org/software/binutils LICENSE= GPLv3 LGPL3 LICENSE_COMB= multi -USES= cpe gettext gmake localbase makeinfo tar:xz +USES= cpe gettext gmake localbase tar:xz CPE_VENDOR= gnu + GNU_CONFIGURE= yes CONFIGURE_ARGS= --target=${PKGNAMEPREFIX:S/-$//} --disable-werror \ --disable-nls + +BINARY_ALIAS= makeinfo=true + INFO_PATH= ${PKGNAMEPREFIX:S/-$//}/info post-install: |