diff options
author | ru <ru@FreeBSD.org> | 2005-05-17 11:41:01 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2005-05-17 11:41:01 +0000 |
commit | d97501076796993be1cd32e0b75c11809342eb40 (patch) | |
tree | 4fbc8ee1a8fdb1e176429e74f380308db83c0f98 /usr.bin/less | |
parent | b51b7d4a0ff5db4f5a95c50c6e5bb3c596e8f7eb (diff) | |
download | FreeBSD-src-d97501076796993be1cd32e0b75c11809342eb40.zip FreeBSD-src-d97501076796993be1cd32e0b75c11809342eb40.tar.gz |
Correct the script name to be "zless.sh". This avoids an extra cp/chmod
(from the sys.mk rule) while still installing it under the "zless" name.
Diffstat (limited to 'usr.bin/less')
-rw-r--r-- | usr.bin/less/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/less/Makefile b/usr.bin/less/Makefile index 541a7a8..663ee26 100644 --- a/usr.bin/less/Makefile +++ b/usr.bin/less/Makefile @@ -5,7 +5,7 @@ SRCS= main.c screen.c brac.c ch.c charset.c cmdbuf.c command.c decode.c \ edit.c filename.c forwback.c help.c ifile.c input.c jump.c line.c \ linenum.c lsystem.c mark.c optfunc.c option.c opttbl.c os.c output.c \ position.c prompt.c search.c signal.c tags.c ttyin.c version.c -SCRIPTS=lesspipe.sh zless +SCRIPTS=lesspipe.sh zless.sh SCRIPTSNAME_lesspipe.sh=lesspipe.sh DPADD= ${LIBTERMCAP} LDADD= -ltermcap |