Don't install /etc/manpath.config.sample.

This commit is contained in:
Ruslan Ermilov 1999-08-27 08:43:58 +00:00
parent 08bf4f641e
commit 43faa6dff6
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=50443

View File

@ -17,8 +17,4 @@ ${MAN1}: ${.CURDIR}/manpath.man
-e 's,%manpath_config_file%,${manpath_config_file},' \
${.CURDIR}/manpath.man > ${MAN1}
afterinstall:
${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 644 \
${.CURDIR}/manpath.config ${DESTDIR}${manpath_config_file}.sample
.include <bsd.prog.mk>