Added BINMODE=2555 so that it can write the man pages into /usr/share/man/catx.
This means the man dirs must be owned by group BIN. I have set up the distribution building tools to be that way.
This commit is contained in:
parent
e700287fa6
commit
63af65525d
@ -1,6 +1,7 @@
|
||||
PROG= man
|
||||
SRCS= man.c manpath.c glob.c
|
||||
MAN1= man.1
|
||||
BINMODE=2555
|
||||
|
||||
.if exists(${.CURDIR}/../lib/obj)
|
||||
LDADD= -L${.CURDIR}/../lib/obj -lman
|
||||
|
Loading…
Reference in New Issue
Block a user