aboutsummaryrefslogtreecommitdiff
path: root/usr.bin
diff options
context:
space:
mode:
authorXin LI <delphij@FreeBSD.org>2009-07-29 09:20:32 +0000
committerXin LI <delphij@FreeBSD.org>2009-07-29 09:20:32 +0000
commitf0be0a1f8cefbdf5995fe43823d8d8f20f7dcd97 (patch)
tree4fdfa6d784030f8906ba6b58fa39cec909b27661 /usr.bin
parent8a5ac5d56f6fa2d4569c90ce3efe3077588dd9f9 (diff)
parentf4cb5a505fa28e14d4b01e5c934bcf965a1822b6 (diff)
downloadsrc-f0be0a1f8cefbdf5995fe43823d8d8f20f7dcd97.tar.gz
src-f0be0a1f8cefbdf5995fe43823d8d8f20f7dcd97.zip
Update less to v436. This is considered as a bugfix release from vendor.
Major changes from v429: * Don't pass "-" to non-pipe LESSOPEN unless it starts with "-". * Allow a fraction as the argument to the -# (--shift) option. * Fix highlight bug when underlined/overstruck text matches at end of line. * Fix non-regex searches with ctrl-R. Approved by: re (kensmith, kib)
Notes
Notes: svn path=/head/; revision=195941
Diffstat (limited to 'usr.bin')
-rw-r--r--usr.bin/less/Makefile9
1 files changed, 5 insertions, 4 deletions
diff --git a/usr.bin/less/Makefile b/usr.bin/less/Makefile
index 663ee26a6cca..451202a105a0 100644
--- a/usr.bin/less/Makefile
+++ b/usr.bin/less/Makefile
@@ -1,10 +1,11 @@
# $FreeBSD$
PROG= less
-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
+SRCS= main.c screen.c brac.c ch.c charset.c cmdbuf.c command.c cvt.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 pattern.c position.c prompt.c search.c \
+ signal.c tags.c ttyin.c version.c
SCRIPTS=lesspipe.sh zless.sh
SCRIPTSNAME_lesspipe.sh=lesspipe.sh
DPADD= ${LIBTERMCAP}