diff options
| author | Jordan K. Hubbard <jkh@FreeBSD.org> | 1994-05-17 12:50:36 +0000 |
|---|---|---|
| committer | Jordan K. Hubbard <jkh@FreeBSD.org> | 1994-05-17 12:50:36 +0000 |
| commit | c3331fde7e2491412334c2607317344fb76fba99 (patch) | |
| tree | b30ac9fda696a10c7742f805172d40f905531774 /gnu/usr.bin/man/manpath | |
| parent | aa8b11faa308e4beaec0c5e75871ab69ca302997 (diff) | |
Notes
Diffstat (limited to 'gnu/usr.bin/man/manpath')
| -rw-r--r-- | gnu/usr.bin/man/manpath/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/usr.bin/man/manpath/Makefile b/gnu/usr.bin/man/manpath/Makefile index c86bf1be8463..6b6bfbbd85ed 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} + install -c -o bin -g bin -m 555 ${.CURDIR}/manpath.config ${DESTDIR}${manpath_config_file}.sample .include <bsd.prog.mk> |
