aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2024-03-23 14:20:06 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2024-03-23 14:30:57 +0000
commit0268f566ab20b1d04b3cf5cf59090ed78a143406 (patch)
treef733d0d3942009772e8b98b96a4b21814fad4ba9
parenta9ffcd6f5c71a1780fde58631b00587900d4e384 (diff)
downloadports-0268f566ab20b1d04b3cf5cf59090ed78a143406.tar.gz
ports-0268f566ab20b1d04b3cf5cf59090ed78a143406.zip
shells/p5-Shell-Perl: Remove unnecessary substitution
-rw-r--r--shells/p5-Shell-Perl/Makefile2
1 files changed, 1 insertions, 1 deletions
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