From 7a25b57dd5a79ec3cd6b17ab767ef2cea24cd204 Mon Sep 17 00:00:00 2001 From: garga <garga@FreeBSD.org> Date: Mon, 13 Aug 2007 13:41:01 +0000 Subject: Repocopy shells/perlsh to shells/psh to reflect the correct project's name PR: ports/115305 Submitted by: garga --- shells/psh/Makefile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'shells/psh') diff --git a/shells/psh/Makefile b/shells/psh/Makefile index 287cec7b40a9..e15391c09516 100644 --- a/shells/psh/Makefile +++ b/shells/psh/Makefile @@ -5,12 +5,11 @@ # $FreeBSD$ # -PORTNAME= perlsh +PORTNAME= psh PORTVERSION= 1.8.1 CATEGORIES= shells perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= ../../authors/id/G/GR/GREGOR -DISTNAME= psh-${PORTVERSION} MAINTAINER= garga@FreeBSD.org COMMENT= New shell made entirely out of a Perl script @@ -18,7 +17,6 @@ COMMENT= New shell made entirely out of a Perl script PERL_CONFIGURE= yes SUB_FILES= pkg-install pkg-deinstall -DATADIR= ${PREFIX}/share/psh MAN1= psh.1 \ pshcomplete.1 \ -- cgit