git: ce7d7033c01b - main - devel/bear: Remove USE_LDCONFIG

From: Joseph Mingrone <jrm_at_FreeBSD.org>
Date: Mon, 26 Feb 2024 17:21:27 UTC
The branch main has been updated by jrm:

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

commit ce7d7033c01b6872bff321aa0ad8e8e3321904cd
Author:     Joseph Mingrone <jrm@FreeBSD.org>
AuthorDate: 2024-02-26 17:06:12 +0000
Commit:     Joseph Mingrone <jrm@FreeBSD.org>
CommitDate: 2024-02-26 17:18:05 +0000

    devel/bear: Remove USE_LDCONFIG
    
    Nothing else wants to link against lib/bear/*.so, so remove
    USE_LDCONFIG.
    
    Reported by:    bapt
    Sponsored by:   The FreeBSD Foundation
---
 devel/bear/Makefile | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/devel/bear/Makefile b/devel/bear/Makefile
index 605187181953..0706184ba4d3 100644
--- a/devel/bear/Makefile
+++ b/devel/bear/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	bear
 DISTVERSION=	3.1.3
-PORTREVISION=	5
+PORTREVISION=	6
 CATEGORIES=	devel
 
 MAINTAINER=	jrm@FreeBSD.org
@@ -20,7 +20,6 @@ USES=		cmake compiler:c++17-lang pkgconfig
 USE_GITHUB=	yes
 GH_ACCOUNT=	rizsotto
 GH_PROJECT=	Bear
-USE_LDCONFIG=	${PREFIX}/lib/${PORTNAME}
 
 CMAKE_ARGS=	-DCMAKE_INSTALL_DOCDIR=${DOCSDIR} \
 		-DENABLE_FUNC_TESTS=OFF \