diff options
-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: |