artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
723b772
)
Install separate more.1 instead of using a link from less.1.
author
millert
<millert@openbsd.org>
Thu, 24 Apr 2014 20:56:02 +0000
(20:56 +0000)
committer
millert
<millert@openbsd.org>
Thu, 24 Apr 2014 20:56:02 +0000
(20:56 +0000)
Requested by jmc@
usr.bin/less/less/Makefile
patch
|
blob
|
history
diff --git
a/usr.bin/less/less/Makefile
b/usr.bin/less/less/Makefile
index
ba682e2
..
5cbd41e
100644
(file)
--- 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