summaryrefslogtreecommitdiffstats
path: root/shells/psh
diff options
context:
space:
mode:
authorcpiazza <cpiazza@FreeBSD.org>2000-04-09 18:34:06 +0000
committercpiazza <cpiazza@FreeBSD.org>2000-04-09 18:34:06 +0000
commit91082f1a1075c587148cdc85cbe1196f175a18e6 (patch)
treeec0315d3d86e3f8717ed33380a1b359ca92fc43f /shells/psh
parentf3253ed0fe7e570a54f855ecc83702e80cc2f451 (diff)
downloadFreeBSD-ports-91082f1a1075c587148cdc85cbe1196f175a18e6.zip
FreeBSD-ports-91082f1a1075c587148cdc85cbe1196f175a18e6.tar.gz
Update with the new PORTNAME/PORTVERSION variables
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 69513ad..46691f1 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
OpenPOWER on IntegriCloud