mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-29 16:44:03 +00:00
Detach usr.bin/more and install a link from less. less will behave
like more if invoked as more. The old more has not been removed.
This commit is contained in:
parent
8a85f2635f
commit
c586c5db07
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=60815
@ -104,7 +104,6 @@ SUBDIR= apply \
|
||||
mklocale \
|
||||
mkstr \
|
||||
mktemp \
|
||||
more \
|
||||
msgs \
|
||||
mt \
|
||||
ncal \
|
||||
|
@ -10,6 +10,8 @@ SRCS= main.c screen.c brac.c ch.c charset.c cmdbuf.c command.c decode.c \
|
||||
DPADD= ${LIBNCURSES}
|
||||
LDADD= -lncurses
|
||||
|
||||
LINKS= ${BINDIR}/less /usr/bin/more
|
||||
|
||||
MAN1= less.1
|
||||
MANDEPEND= less.1
|
||||
CLEANFILES+= ${MANDEPEND}
|
||||
|
Loading…
Reference in New Issue
Block a user