git: 6dd3368282c2 - main - devel/p5-Coro: Remove unnecessary substitution

From: Po-Chuan Hsieh <sunpoet_at_FreeBSD.org>
Date: Sat, 23 Mar 2024 14:59:12 UTC
The branch main has been updated by sunpoet:

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

commit 6dd3368282c2d78ab87a3381ec4add1492b5a3cc
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2024-03-23 14:19:59 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2024-03-23 14:30:54 +0000

    devel/p5-Coro: Remove unnecessary substitution
---
 devel/p5-Coro/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/devel/p5-Coro/Makefile b/devel/p5-Coro/Makefile
index 4446fed50db7..5586043173ea 100644
--- a/devel/p5-Coro/Makefile
+++ b/devel/p5-Coro/Makefile
@@ -4,7 +4,7 @@ PORTEPOCH=	1
 CATEGORIES=	devel perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
-DISTNAME=	${PORTNAME}-${PORTVERSION:S|0$||}
+DISTNAME=	Coro-${PORTVERSION:S|0$||}
 
 MAINTAINER=	sunpoet@FreeBSD.org
 COMMENT=	Coroutine process abstraction for perl