The install of manpath.config did not have a ${DESTDIR} in it. These
authorRod Grimes <rgrimes@FreeBSD.org>
Tue, 20 Jul 1993 02:13:11 +0000 (02:13 +0000)
committerRod Grimes <rgrimes@FreeBSD.org>
Tue, 20 Jul 1993 02:13:11 +0000 (02:13 +0000)
are needed on all install commands in Makefiles!

gnu/usr.bin/man/manpath/Makefile

index 52e009e..d8eb66d 100644 (file)
@@ -17,6 +17,6 @@ manpath.1: manpath.man
        manpath.man > manpath.1
 
 afterinstall:
        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>
 
 .include <bsd.prog.mk>