c535eb59d1
Features of this new version in favor of the old one: BSD licensed -- old one is GPL. Imports configuration from /etc/man.conf and LOCALBASE/etc/man.d/*.conf allowing ports to extend the base functionality. The pluggable configuration can supplement the manual search path (retiring use.perl), add locales, and override language specific toolsets (attempt to merge the japanese/man port into the base system as much as possible). Much effort has been made to make this version mirror the functionality of the existing implementation. For 99% of users, it should be a drop in replacement. PR: gnu/143271, gnu/4419 Reviewed by: dougb (previous versions) Approved by: wes (mentor)
12 lines
231 B
Makefile
12 lines
231 B
Makefile
# $FreeBSD$
|
|
|
|
SCRIPTS= man.sh
|
|
LINKS= ${BINDIR}/man ${BINDIR}/apropos \
|
|
${BINDIR}/man ${BINDIR}/manpath \
|
|
${BINDIR}/man ${BINDIR}/whatis
|
|
|
|
MAN= man.1 manpath.1 apropos.1 man.conf.5
|
|
MLINKS= apropos.1 whatis.1
|
|
|
|
.include <bsd.prog.mk>
|