diff --git a/gnu/usr.bin/man/manpath/Makefile b/gnu/usr.bin/man/manpath/Makefile index 52e009ed141..d8eb66d442c 100644 --- a/gnu/usr.bin/man/manpath/Makefile +++ b/gnu/usr.bin/man/manpath/Makefile @@ -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