summaryrefslogtreecommitdiff
path: root/misc/lile
diff options
context:
space:
mode:
authorSteve Price <steve@FreeBSD.org>1999-07-04 21:19:08 +0000
committerSteve Price <steve@FreeBSD.org>1999-07-04 21:19:08 +0000
commit519592f83479fef8079cc0ffcf12ba031fce1e6d (patch)
tree0bb7c76fa72df6f8340ee6e4fc4fc969589a9ea5 /misc/lile
parentCall ldconfig correctly so this has a fighting chance of working for (diff)
A little portlint cleaning.
Notes
Notes: svn path=/head/; revision=20029
Diffstat (limited to 'misc/lile')
-rw-r--r--misc/lile/Makefile8
-rw-r--r--misc/lile/pkg-descr1
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.
-