aboutsummaryrefslogtreecommitdiff
path: root/gnu/usr.bin/man/manpath
diff options
context:
space:
mode:
authorTim Vanderhoek <hoek@FreeBSD.org>1999-05-22 19:38:04 +0000
committerTim Vanderhoek <hoek@FreeBSD.org>1999-05-22 19:38:04 +0000
commit53ee42d318231cd7fffb5b76c866a8ea7d006819 (patch)
treed3620e1a31563aa331b375e7a940198601e40f42 /gnu/usr.bin/man/manpath
parentaccaf17a2a5dc7dac59c22231868c4b8f0a5409b (diff)
Notes
Diffstat (limited to 'gnu/usr.bin/man/manpath')
-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 e8d3bf61cb58..e9261674d9c9 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>