install man.conf from commands/man
This commit is contained in:
@@ -8,4 +8,7 @@ MAN= man.1 man.conf.5
|
||||
DPADD+= ${LIBUTIL}
|
||||
LDADD+= -lutil
|
||||
|
||||
FILES=man.conf
|
||||
FILESDIR=/etc
|
||||
|
||||
.include <bsd.prog.mk>
|
||||
|
||||
6
commands/man/man.conf
Normal file
6
commands/man/man.conf
Normal file
@@ -0,0 +1,6 @@
|
||||
_version BSD.2
|
||||
_subdir man[1-9]
|
||||
_suffix .0
|
||||
_build .[1-9] mandoc %s
|
||||
_build .tbl tbl %s | mandoc
|
||||
_default /usr/man /usr/gnu/man /usr/local/man /usr/X11R6/man
|
||||
Reference in New Issue
Block a user