summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin/man/manpath/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/usr.bin/man/manpath/Makefile')
-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 970f442..899756c 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>
OpenPOWER on IntegriCloud