aboutsummaryrefslogtreecommitdiff
path: root/gnu/usr.bin/man/manpath
diff options
context:
space:
mode:
authorJohn Birrell <jb@FreeBSD.org>1999-05-23 02:11:41 +0000
committerJohn Birrell <jb@FreeBSD.org>1999-05-23 02:11:41 +0000
commit21e58b66a18838e8777de7da741b37c15b2b1799 (patch)
tree09a037cbcc44238a856ae49f586debc76d1f4cba /gnu/usr.bin/man/manpath
parent7e74cac42ed3750633f384a5fb4529a6c986dab8 (diff)
Notes
Diffstat (limited to 'gnu/usr.bin/man/manpath')
-rw-r--r--gnu/usr.bin/man/manpath/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/usr.bin/man/manpath/Makefile b/gnu/usr.bin/man/manpath/Makefile
index e9261674d9c9..05ebcd296f39 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 ${BINOWN} -g ${BINGRP} -m 644
+ ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 644 \
${.CURDIR}/manpath.config ${DESTDIR}${manpath_config_file}.sample
.include <bsd.prog.mk>