git: 266921186a75 - main - devel/libffi: Remove GNU_CONFIGURE_MANPREFIX
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 07 Apr 2025 18:29:13 UTC
The branch main has been updated by kbowling: URL: https://cgit.FreeBSD.org/ports/commit/?id=266921186a75046419f0da76e5e986adaf0ee1d3 commit 266921186a75046419f0da76e5e986adaf0ee1d3 Author: Kevin Bowling <kbowling@FreeBSD.org> AuthorDate: 2025-04-07 18:28:36 +0000 Commit: Kevin Bowling <kbowling@FreeBSD.org> CommitDate: 2025-04-07 18:28:36 +0000 devel/libffi: Remove GNU_CONFIGURE_MANPREFIX It is the same as the default Reported by: sunpoet --- devel/libffi/Makefile | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/devel/libffi/Makefile b/devel/libffi/Makefile index eab825ec78bc..0944c4049c13 100644 --- a/devel/libffi/Makefile +++ b/devel/libffi/Makefile @@ -15,11 +15,10 @@ LICENSE_FILE= ${WRKSRC}/LICENSE TEST_DEPENDS= runtest:misc/dejagnu -USES= compiler:c11 cpe libtool pathfix -CPE_VENDOR= libffi_project -USE_LDCONFIG= yes -GNU_CONFIGURE= yes -GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share +USES= compiler:c11 cpe libtool pathfix +CPE_VENDOR= libffi_project +USE_LDCONFIG= yes +GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-multi-os-directory INSTALL_TARGET= install-strip