git: 55dfa238e2a1 - main - devel/lightning: fix packaging on powerpc*

From: Piotr Kubaj <pkubaj_at_FreeBSD.org>
Date: Fri, 09 Dec 2022 15:09:24 UTC
The branch main has been updated by pkubaj:

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

commit 55dfa238e2a1d07f1f7f744337f51e4fbf6235a9
Author:     Piotr Kubaj <pkubaj@FreeBSD.org>
AuthorDate: 2022-12-09 15:09:19 +0000
Commit:     Piotr Kubaj <pkubaj@FreeBSD.org>
CommitDate: 2022-12-09 15:09:19 +0000

    devel/lightning: fix packaging on powerpc*
    
    pkg-static: Unable to access file /wrkdirs/usr/ports/devel/lightning/work/stage/usr/local/include/lightning/jit_powerpc64.h:No such file or directory
---
 devel/lightning/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/devel/lightning/Makefile b/devel/lightning/Makefile
index 2bf08dff09ef..36bfc1d38b06 100644
--- a/devel/lightning/Makefile
+++ b/devel/lightning/Makefile
@@ -20,7 +20,7 @@ INSTALL_TARGET=	install-strip
 TEST_TARGET=	check
 USE_LDCONFIG=	yes
 
-PLIST_SUB=	JIT_ARCH=${ARCH:S/i386/x86/:S/amd64/x86/:S/x86_64/x86/:S/sparc64/sparc/:C/powerpc.C/ppc/:C/armv./arm/}
+PLIST_SUB=	JIT_ARCH=${ARCH:S/i386/x86/:S/amd64/x86/:S/x86_64/x86/:S/sparc64/sparc/:C/powerpc.*/ppc/:C/armv./arm/}
 
 INFO=		lightning