summaryrefslogtreecommitdiff
path: root/shells/psh
diff options
context:
space:
mode:
authorChris Piazza <cpiazza@FreeBSD.org>2000-04-09 18:34:06 +0000
committerChris Piazza <cpiazza@FreeBSD.org>2000-04-09 18:34:06 +0000
commit3df86a88a9d1a500b60debaa4e14f97e500a96c1 (patch)
treea2ab9a6ab9be8b8808cfdd2f42ab98c9aa090dcc /shells/psh
parentProper WWW syntax (diff)
Update with the new PORTNAME/PORTVERSION variables
Notes
Notes: svn path=/head/; revision=27426
Diffstat (limited to 'shells/psh')
-rw-r--r--shells/psh/Makefile11
1 files changed, 5 insertions, 6 deletions
diff --git a/shells/psh/Makefile b/shells/psh/Makefile
index 69513addf12c..46691f1f1abe 100644
--- a/shells/psh/Makefile
+++ b/shells/psh/Makefile
@@ -1,19 +1,18 @@
# New ports collection makefile for: perlsh
-# Version required: 0.007
# Date created: 11 Dec 1999
# Whom: Will Andrews <andrews@technologist.com>
#
# $FreeBSD$
#
-DISTNAME= psh-${VERSION}
-PKGNAME= perlsh-${VERSION}
+PORTNAME= perlsh
+PORTVERSION= 0.007
CATEGORIES= shells perl5
MASTER_SITES= http://www.focusresearch.com/gregor/psh/
+DISTNAME= psh-${PORTVERSION}
MAINTAINER= will@FreeBSD.org
-VERSION= 0.007
USE_PERL5= yes
FETCH_BEFORE_ARGS+= -t
MAKE_ENV+= PPREFIX="${PREFIX}"
@@ -25,8 +24,8 @@ MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
do-build:
@(cd ${WRKSRC} && ${PERL} Makefile.PL && ${MAKE})
-post-install:
- @${ECHO} "Updating /etc/shells"
+post-install:
+ @${ECHO} "Updating /etc/shells"
@${CP} /etc/shells /etc/shells.bak
@(${GREP} -v ${PREFIX}/bin/psh /etc/shells.bak; \
${ECHO} ${PREFIX}/bin/psh) > /etc/shells