aboutsummaryrefslogtreecommitdiff
path: root/gnu/usr.bin/man/manpath
diff options
context:
space:
mode:
authorBruce Evans <bde@FreeBSD.org>1995-07-25 00:37:58 +0000
committerBruce Evans <bde@FreeBSD.org>1995-07-25 00:37:58 +0000
commit9c0dc173cc77c4480ea66866d12021bb609b5deb (patch)
tree67449d23a48a9e1b2ffd0a92e0f11275368bb4b0 /gnu/usr.bin/man/manpath
parent6eee579315c654f5d06b165ce593fa686aeafbb3 (diff)
Notes
Diffstat (limited to 'gnu/usr.bin/man/manpath')
-rw-r--r--gnu/usr.bin/man/manpath/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/usr.bin/man/manpath/Makefile b/gnu/usr.bin/man/manpath/Makefile
index 970f442a58f3..899756c3b1a4 100644
--- a/gnu/usr.bin/man/manpath/Makefile
+++ b/gnu/usr.bin/man/manpath/Makefile
@@ -25,6 +25,7 @@ ${MAN1}: ${.CURDIR}/manpath.man
${.CURDIR}/manpath.man > ${MAN1}
afterinstall:
- install -c -o bin -g bin -m 644 ${.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>