summaryrefslogtreecommitdiffstats
path: root/gnu
diff options
context:
space:
mode:
Diffstat (limited to 'gnu')
-rw-r--r--gnu/usr.bin/man/manpath/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/usr.bin/man/manpath/Makefile b/gnu/usr.bin/man/manpath/Makefile
index e8d3bf6..e926167 100644
--- a/gnu/usr.bin/man/manpath/Makefile
+++ b/gnu/usr.bin/man/manpath/Makefile
@@ -18,7 +18,7 @@ ${MAN1}: ${.CURDIR}/manpath.man
${.CURDIR}/manpath.man > ${MAN1}
afterinstall:
- ${INSTALL} -c -o bin -g bin -m 644 ${.CURDIR}/manpath.config \
- ${DESTDIR}${manpath_config_file}.sample
+ ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 644
+ ${.CURDIR}/manpath.config ${DESTDIR}${manpath_config_file}.sample
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud