Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 23 Mar 2024 14:59:23 GMT
From:      Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 0268f566ab20 - main - shells/p5-Shell-Perl: Remove unnecessary substitution
Message-ID:  <202403231459.42NExNHC087493@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet:

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

commit 0268f566ab20b1d04b3cf5cf59090ed78a143406
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2024-03-23 14:20:06 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2024-03-23 14:30:57 +0000

    shells/p5-Shell-Perl: Remove unnecessary substitution
---
 shells/p5-Shell-Perl/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/shells/p5-Shell-Perl/Makefile b/shells/p5-Shell-Perl/Makefile
index 1e1cc9681996..17c05283b47f 100644
--- a/shells/p5-Shell-Perl/Makefile
+++ b/shells/p5-Shell-Perl/Makefile
@@ -4,7 +4,7 @@ PORTREVISION=	1
 CATEGORIES=	shells perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
-DISTNAME=	${PORTNAME}-${PORTVERSION:S|0$||}
+DISTNAME=	Shell-Perl-${PORTVERSION:S|0$||}
 
 MAINTAINER=	sunpoet@FreeBSD.org
 COMMENT=	Read-eval-print loop in Perl



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202403231459.42NExNHC087493>