The install of manpath.config did not have a ${DESTDIR} in it. These

are needed on all install commands in Makefiles!
This commit is contained in:
rgrimes 1993-07-20 02:13:11 +00:00
parent cd18b68a80
commit 3e57b81cfb

View File

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