Install manpath.config.sample with the correct mode. It should be installed

elsewhere.
This commit is contained in:
bde 1995-02-26 03:03:15 +00:00
parent b954bd24f7
commit 01d0b69e54

View File

@ -25,6 +25,6 @@ ${MAN1}: ${.CURDIR}/manpath.man
${.CURDIR}/manpath.man > ${MAN1}
afterinstall:
install -c -o bin -g bin -m 555 ${.CURDIR}/manpath.config ${DESTDIR}${manpath_config_file}.sample
install -c -o bin -g bin -m 644 ${.CURDIR}/manpath.config ${DESTDIR}${manpath_config_file}.sample
.include <bsd.prog.mk>