diff options
author | steve <steve@FreeBSD.org> | 1999-07-05 05:19:08 +0800 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 1999-07-05 05:19:08 +0800 |
commit | b6a4353aed6af3740c8d3c05352a1e817b020899 (patch) | |
tree | ce3d62d8c34e94b4c3f81981dd96cba47b16f8d4 /misc/lile | |
parent | c49aacd72fe5a56d8492dee554b9c4af778eb8ea (diff) | |
download | freebsd-ports-gnome-b6a4353aed6af3740c8d3c05352a1e817b020899.tar.gz freebsd-ports-gnome-b6a4353aed6af3740c8d3c05352a1e817b020899.tar.zst freebsd-ports-gnome-b6a4353aed6af3740c8d3c05352a1e817b020899.zip |
A little portlint cleaning.
Diffstat (limited to 'misc/lile')
-rw-r--r-- | misc/lile/Makefile | 8 | ||||
-rw-r--r-- | 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. - |