summaryrefslogtreecommitdiff
path: root/gnu/usr.bin/man/manpath
diff options
context:
space:
mode:
authorJordan K. Hubbard <jkh@FreeBSD.org>1993-07-16 06:46:42 +0000
committerJordan K. Hubbard <jkh@FreeBSD.org>1993-07-16 06:46:42 +0000
commit61bd7eb21b2453edee0eba2b5f52974782674d6e (patch)
tree236213c5281343bceb50962c7da48d690ffa919d /gnu/usr.bin/man/manpath
parent2a6c898016bc5c82a06fb51cf8fcdfe938fa97ae (diff)
Notes
Diffstat (limited to 'gnu/usr.bin/man/manpath')
-rw-r--r--gnu/usr.bin/man/manpath/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/gnu/usr.bin/man/manpath/Makefile b/gnu/usr.bin/man/manpath/Makefile
index 76fdf9bd124c..52e009ed1413 100644
--- a/gnu/usr.bin/man/manpath/Makefile
+++ b/gnu/usr.bin/man/manpath/Makefile
@@ -16,4 +16,7 @@ manpath.1: manpath.man
-e 's,%manpath_config_file%,${manpath_config_file},' \
manpath.man > manpath.1
+afterinstall:
+ install -c -o bin -g bin -m 555 ${.CURDIR}/manpath.config ${manpath_config_file}
+
.include <bsd.prog.mk>