From d8c1385bf27f32be54783e3fef81c327f7c88ca0 Mon Sep 17 00:00:00 2001
From: Michael Haro <mharo@FreeBSD.org>
Date: Thu, 20 Apr 2000 20:36:39 +0000
Subject: portlint

---
 shells/esh/Makefile  | 16 ++++++++--------
 shells/esh/pkg-descr |  2 +-
 2 files changed, 9 insertions(+), 9 deletions(-)

(limited to 'shells/esh')

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>
-- 
cgit v1.2.3