aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/less
Commit message (Collapse)AuthorAgeFilesLines
* UseJun Kuriyama2003-06-061-1/+1
| | | | | | | | | | | | cat ${.ALLSRC} > ${.TARGET} rather than ln -sf ${.ALLSRC} ${.TARGET} not to depends on absolute-path of symbolic links. Commented by: marcel, obrien, bde Notes: svn path=/head/; revision=115898
* Add an embellished lesspipe.sh as described in the man page.David E. O'Brien2003-03-062-0/+15
| | | | | | | P.S. it is stupid I have to define both SCRIPTS and SCRIPTSNAME. Notes: svn path=/head/; revision=111938
* Use ${BINDIR} instead of hardcoded path.Johan Karlsson2002-12-181-1/+1
| | | | | | | | | | PR: 44582 Submitted by: Jon Disnard <jon.disnard@ca.com> Reviewed by: ru MFC after: 3 weeks Notes: svn path=/head/; revision=108031
* Update for less v371Paul Saab2002-01-071-0/+4
| | | | Notes: svn path=/head/; revision=89023
* MAN[1-9] -> MAN.Ruslan Ermilov2001-03-271-1/+1
| | | | Notes: svn path=/head/; revision=74848
* ncurses -> termcapAndrey A. Chernov2000-07-141-2/+2
| | | | Notes: svn path=/head/; revision=63156
* Upgrade to less v358.Paul Saab2000-07-141-0/+9
| | | | Notes: svn path=/head/; revision=63132
* Fixed some style bugs. Apart from formatting bugs, MANDEPEND is deprecatedBruce Evans2000-06-032-16/+5
| | | | | | | and $< and $@ are even documented as deprecated. Notes: svn path=/head/; revision=61216
* Install a manpage for more.Paul Saab2000-05-231-0/+2
| | | | Notes: svn path=/head/; revision=60817
* Detach usr.bin/more and install a link from less. less will behavePaul Saab2000-05-231-0/+2
| | | | | | | like more if invoked as more. The old more has not been removed. Notes: svn path=/head/; revision=60815
* Dont use/install the formatted man file.Paul Saab2000-05-221-2/+2
| | | | Notes: svn path=/head/; revision=60790
* bmake glue for less.Paul Saab2000-05-223-0/+361
Reviewed by: peter Notes: svn path=/head/; revision=60789