mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-12-01 08:33:24 +00:00
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.
This commit is contained in:
parent
2430592ce1
commit
7f5103e510
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=146315
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user