summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin/man
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1995-02-26 03:03:15 +0000
committerbde <bde@FreeBSD.org>1995-02-26 03:03:15 +0000
commit9e59b6d7ce648534f0c6d346b9ff5964dbd6c479 (patch)
treea2b2ef3f8545522aaef8796247b370de51930992 /gnu/usr.bin/man
parent492feb2cd57513c35a7a52077f2c898df699941f (diff)
downloadFreeBSD-src-9e59b6d7ce648534f0c6d346b9ff5964dbd6c479.zip
FreeBSD-src-9e59b6d7ce648534f0c6d346b9ff5964dbd6c479.tar.gz
Install manpath.config.sample with the correct mode. It should be installed
elsewhere.
Diffstat (limited to 'gnu/usr.bin/man')
-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 6b6bfbb..970f442 100644
--- a/gnu/usr.bin/man/manpath/Makefile
+++ b/gnu/usr.bin/man/manpath/Makefile
@@ -25,6 +25,6 @@ ${MAN1}: ${.CURDIR}/manpath.man
${.CURDIR}/manpath.man > ${MAN1}
afterinstall:
- install -c -o bin -g bin -m 555 ${.CURDIR}/manpath.config ${DESTDIR}${manpath_config_file}.sample
+ install -c -o bin -g bin -m 644 ${.CURDIR}/manpath.config ${DESTDIR}${manpath_config_file}.sample
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud