1999-08-27 23:37:10 +00:00
|
|
|
# $FreeBSD$
|
1999-02-09 17:23:03 +00:00
|
|
|
MAINTAINER= wosch
|
1994-06-05 20:39:58 +00:00
|
|
|
|
2001-04-07 11:21:35 +00:00
|
|
|
SCRIPTS=apropos
|
|
|
|
MAN= apropos.1
|
|
|
|
CLEANFILES+= ${SCRIPTS} ${MAN}
|
1993-07-07 23:07:02 +00:00
|
|
|
|
1996-03-10 18:52:33 +00:00
|
|
|
LINKS= ${BINDIR}/apropos ${BINDIR}/whatis
|
2001-04-07 11:21:35 +00:00
|
|
|
MLINKS= apropos.1 whatis.1
|
|
|
|
|
|
|
|
.sh:
|
|
|
|
sed -e 's,%libdir%,${libdir},' -e 's,%bindir%,${bindir},' \
|
|
|
|
-e 's,%pager%,${pager},' \
|
|
|
|
${.ALLSRC} > ${.TARGET}
|
|
|
|
|
|
|
|
apropos.1: apropos.man
|
|
|
|
sed -e 's,%libdir%,${libdir},' -e 's,%bindir%,${bindir},' \
|
|
|
|
-e 's,%pager%,${pager},' -e 's,%troff%,${troff},' \
|
|
|
|
-e 's,%manpath_config_file%,${manpath_config_file},' \
|
|
|
|
${.ALLSRC} > ${.TARGET}
|
1996-03-10 18:52:33 +00:00
|
|
|
|
2001-04-07 11:21:35 +00:00
|
|
|
.include <bsd.prog.mk>
|