git: 57064076f6ad - main - math/p5-Math-Cephes: Fix LICENSE_FILE

From: Po-Chuan Hsieh <sunpoet_at_FreeBSD.org>
Date: Fri, 14 Mar 2025 10:00:53 UTC
The branch main has been updated by sunpoet:

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

commit 57064076f6ad579404c679a784a4a816599463a5
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2025-03-14 09:44:21 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2025-03-14 09:54:53 +0000

    math/p5-Math-Cephes: Fix LICENSE_FILE
    
    - Do not silence installation message
---
 math/p5-Math-Cephes/Makefile | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/math/p5-Math-Cephes/Makefile b/math/p5-Math-Cephes/Makefile
index bf4dcd533c3a..359b49861097 100644
--- a/math/p5-Math-Cephes/Makefile
+++ b/math/p5-Math-Cephes/Makefile
@@ -10,13 +10,14 @@ WWW=		https://metacpan.org/release/Math-Cephes
 
 LICENSE=	ART10 GPLv1+
 LICENSE_COMB=	dual
-LICENSE_FILE=	${WRKSRC}/LICENSE
+LICENSE_FILE_ART10=	${WRKSRC}/LICENSE
 
-MAKE_JOBS_UNSAFE=	yes
 USES=		perl5
 USE_PERL5=	configure
 
+MAKE_JOBS_UNSAFE=	yes
+
 post-install:
-	@${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Math/Cephes/Cephes.so
+	${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Math/Cephes/Cephes.so
 
 .include <bsd.port.mk>