From 7f5103e510529498f2f9475f10fac439a8941b24 Mon Sep 17 00:00:00 2001 From: Ruslan Ermilov Date: Tue, 17 May 2005 11:41:01 +0000 Subject: [PATCH] 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. --- usr.bin/less/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr.bin/less/Makefile b/usr.bin/less/Makefile index 541a7a897446..663ee26a6cca 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