diff options
author | garga <garga@FreeBSD.org> | 2007-08-13 21:41:01 +0800 |
---|---|---|
committer | garga <garga@FreeBSD.org> | 2007-08-13 21:41:01 +0800 |
commit | 7a25b57dd5a79ec3cd6b17ab767ef2cea24cd204 (patch) | |
tree | a8057e09f3bad35fe34596f7240bc60e447c32a2 /shells/psh | |
parent | c05eeb1750e5b0aa999516bd02b03c79a941e197 (diff) | |
download | freebsd-ports-gnome-7a25b57dd5a79ec3cd6b17ab767ef2cea24cd204.tar.gz freebsd-ports-gnome-7a25b57dd5a79ec3cd6b17ab767ef2cea24cd204.tar.zst freebsd-ports-gnome-7a25b57dd5a79ec3cd6b17ab767ef2cea24cd204.zip |
Repocopy shells/perlsh to shells/psh to reflect the correct project's name
PR: ports/115305
Submitted by: garga
Diffstat (limited to 'shells/psh')
-rw-r--r-- | shells/psh/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
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 \ |