git: 0268f566ab20 - main - shells/p5-Shell-Perl: Remove unnecessary substitution
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 23 Mar 2024 14:59:23 UTC
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