git: c078f8925a6e - main - devel/orcania: Use USES=pathfix to fix .pc installation

From: Po-Chuan Hsieh <sunpoet_at_FreeBSD.org>
Date: Fri, 30 Jun 2023 07:23:01 UTC
The branch main has been updated by sunpoet:

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

commit c078f8925a6edf2faca4d7e6e2c322cd861aad61
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2023-06-30 07:08:25 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2023-06-30 07:08:25 +0000

    devel/orcania: Use USES=pathfix to fix .pc installation
    
    ===>   File(s) found in lib/pkgconfig while correct path is libdata/pkgconfig
           Applying fix but consider using USES= pathfix or adjust install path
    
    Approved by:    portmgr (blanket)
---
 devel/orcania/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/devel/orcania/Makefile b/devel/orcania/Makefile
index a462a0e61254..80d20ae713c5 100644
--- a/devel/orcania/Makefile
+++ b/devel/orcania/Makefile
@@ -10,7 +10,7 @@ WWW=		https://github.com/babelouest/orcania
 LICENSE=	LGPL21
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-USES=		cmake
+USES=		cmake pathfix
 USE_GITHUB=	yes
 GH_ACCOUNT=	babelouest