diff options
author | jkh <jkh@FreeBSD.org> | 1993-07-16 06:46:42 +0000 |
---|---|---|
committer | jkh <jkh@FreeBSD.org> | 1993-07-16 06:46:42 +0000 |
commit | bb9e2830b3d1fef5f242d7dc14d5a3e0d9f85df0 (patch) | |
tree | 236213c5281343bceb50962c7da48d690ffa919d /gnu/usr.bin/man/manpath | |
parent | 25bd55627585fbce3330a173cb309cb5fd364767 (diff) | |
download | FreeBSD-src-bb9e2830b3d1fef5f242d7dc14d5a3e0d9f85df0.zip FreeBSD-src-bb9e2830b3d1fef5f242d7dc14d5a3e0d9f85df0.tar.gz |
Lots of stuff is now configured in Makefile.inc, path to `less' no longer
absolute, less uses "fall off end" flag by default, manpath.config now
properly installed. Happy now, Rod? :-)
Diffstat (limited to 'gnu/usr.bin/man/manpath')
-rw-r--r-- | gnu/usr.bin/man/manpath/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gnu/usr.bin/man/manpath/Makefile b/gnu/usr.bin/man/manpath/Makefile index 76fdf9b..52e009e 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> |