diff options
author | Michael Haro <mharo@FreeBSD.org> | 2000-04-20 20:36:39 +0000 |
---|---|---|
committer | Michael Haro <mharo@FreeBSD.org> | 2000-04-20 20:36:39 +0000 |
commit | d8c1385bf27f32be54783e3fef81c327f7c88ca0 (patch) | |
tree | cce01d3107d56c917039e05bb893414f985f3a0c /shells | |
parent | f85e19d389e22814fec501c1c14b3f594a26f2c7 (diff) | |
download | ports-d8c1385bf27f32be54783e3fef81c327f7c88ca0.tar.gz ports-d8c1385bf27f32be54783e3fef81c327f7c88ca0.zip |
Notes
Diffstat (limited to 'shells')
-rw-r--r-- | shells/esh/Makefile | 16 | ||||
-rw-r--r-- | shells/esh/pkg-descr | 2 |
2 files changed, 9 insertions, 9 deletions
diff --git a/shells/esh/Makefile b/shells/esh/Makefile index c25203c88c05..94e1c586d69c 100644 --- a/shells/esh/Makefile +++ b/shells/esh/Makefile @@ -5,21 +5,21 @@ # $FreeBSD$ # -PORTNAME= esh -PORTVERSION= 0.8 -CATEGORIES= shells -MASTER_SITES= http://esh.netpedia.net/ \ - http://www.nectar.cc/distfiles/ +PORTNAME= esh +PORTVERSION= 0.8 +CATEGORIES= shells +MASTER_SITES= http://esh.netpedia.net/ \ + http://www.nectar.cc/distfiles/ -MAINTAINER= nectar@FreeBSD.org +MAINTAINER= nectar@FreeBSD.org -WRKSRC= ${WRKDIR}/esh +WRKSRC= ${WRKDIR}/esh do-install: ${INSTALL_PROGRAM} ${WRKSRC}/esh ${PREFIX}/bin/esh @${ECHO} "updating /etc/shells" @${CP} /etc/shells /etc/shells.bak - @(${GREP} -v ${PREFIX}/bin/esh /etc/shells.bak; \ + @(${GREP} -v ${PREFIX}/bin/esh /etc/shells.bak; \ ${ECHO} ${PREFIX}/bin/esh) > /etc/shells @${RM} /etc/shells.bak .if !defined(NOPORTDOCS) diff --git a/shells/esh/pkg-descr b/shells/esh/pkg-descr index 4aaa23ff7252..8f0668181418 100644 --- a/shells/esh/pkg-descr +++ b/shells/esh/pkg-descr @@ -9,6 +9,6 @@ current version is 0.8, though it is already stable and featureful. The reason for the low version number is lack of real-world testing. It is released under the GPL, of course. -WWW:http://esh.netpedia.net/ +WWW: http://esh.netpedia.net/ Jacques Vidrine <nectar@FreeBSD.ORG> |