diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 2014-04-24 20:56:03 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 2014-04-24 20:56:03 +0000 |
commit | e5687bb183abef52cfd2f0c6e7a5ad47b2f63139 (patch) | |
tree | 54a57049ef7e02fd88bd34892a9a2f64833bcfd8 /usr.bin | |
parent | ec1ff44b3ed921b0bd35d334c4d11b90e895f792 (diff) |
Install separate more.1 instead of using a link from less.1.
Requested by jmc@
Diffstat (limited to 'usr.bin')
-rw-r--r-- | usr.bin/less/less/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/less/less/Makefile b/usr.bin/less/less/Makefile index ba682e2a8ab..5cbd41e4219 100644 --- a/usr.bin/less/less/Makefile +++ b/usr.bin/less/less/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.1 2011/09/16 18:12:09 shadchin Exp $ +# $OpenBSD: Makefile,v 1.2 2014/04/24 20:56:02 millert Exp $ PROG= less SRCS= main.c screen.c brac.c ch.c charset.c cmdbuf.c command.c cvt.c \ @@ -12,8 +12,8 @@ DPADD= ${LIBCURSES} LINKS= ${BINDIR}/less ${BINDIR}/more ${BINDIR}/less ${BINDIR}/page -MAN= less.1 -MLINKS= less.1 more.1 less.1 page.1 +MAN= less.1 more.1 +MLINKS= less.1 page.1 HELPFILE=${SHAREDIR}/misc/more.help |