From 519592f83479fef8079cc0ffcf12ba031fce1e6d Mon Sep 17 00:00:00 2001
From: Steve Price <steve@FreeBSD.org>
Date: Sun, 4 Jul 1999 21:19:08 +0000
Subject: A little portlint cleaning.

---
 misc/lile/Makefile  | 8 ++++----
 misc/lile/pkg-descr | 1 -
 2 files changed, 4 insertions(+), 5 deletions(-)

diff --git a/misc/lile/Makefile b/misc/lile/Makefile
index ef2db27ed73b..ceec8f8b3b2b 100644
--- a/misc/lile/Makefile
+++ b/misc/lile/Makefile
@@ -3,7 +3,7 @@
 # Date created:		25 Jun 1997
 # Whom:			jmz
 #
-# $Id: Makefile,v 1.2 1997/06/29 09:08:47 obrien Exp $
+# $Id: Makefile,v 1.3 1997/08/15 16:47:08 jmz Exp $
 #
 
 DISTNAME=	lile-2.0
@@ -17,8 +17,8 @@ MAINTAINER=	jmz@FreeBSD.org
 MAN1=		ile.1
 
 do-configure:
-	@(cd ${WRKSRC}; mv Makefile Makefile.old; \
-	sed -e s:/usr/local:${PREFIX}: <Makefile.old > Makefile; \
-	echo all: ile >> Makefile; echo CC=cc ${CFLAGS} >> Makefile)
+	@(cd ${WRKSRC}; ${MV} Makefile Makefile.old; \
+	${SED} -e s:/usr/local:${PREFIX}: <Makefile.old > Makefile; \
+	${ECHO} all: ile >> Makefile; ${ECHO} CC=cc ${CFLAGS} >> Makefile)
 
 .include <bsd.port.mk>
diff --git a/misc/lile/pkg-descr b/misc/lile/pkg-descr
index 591851e570b0..aa130d298914 100644
--- a/misc/lile/pkg-descr
+++ b/misc/lile/pkg-descr
@@ -3,4 +3,3 @@ It gives any program an input line editing and a history mechanism. It
 can also be run around your favourite shell. When run around the shell
 ile records the input to interactive programs launched from the
 shell as well as the commands to the shell in its history buffer.
-
-- 
cgit debian/1.2.3+git2.25.1-1-2-gaceb0