summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin/man
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1995-07-25 00:37:58 +0000
committerbde <bde@FreeBSD.org>1995-07-25 00:37:58 +0000
commitf5284ed86d0500b99cc17d456bcee60b5ab265a5 (patch)
tree67449d23a48a9e1b2ffd0a92e0f11275368bb4b0 /gnu/usr.bin/man
parent4325752c55741edf77fb2f1d08e1c059a8a3c225 (diff)
downloadFreeBSD-src-f5284ed86d0500b99cc17d456bcee60b5ab265a5.zip
FreeBSD-src-f5284ed86d0500b99cc17d456bcee60b5ab265a5.tar.gz
Change `install' to `${INSTALL}' so that default install flags can be
specified in the top level Makefiles.
Diffstat (limited to 'gnu/usr.bin/man')
-rw-r--r--gnu/usr.bin/man/apropos/Makefile4
-rw-r--r--gnu/usr.bin/man/manpath/Makefile3
-rw-r--r--gnu/usr.bin/man/whatis/Makefile2
3 files changed, 5 insertions, 4 deletions
diff --git a/gnu/usr.bin/man/apropos/Makefile b/gnu/usr.bin/man/apropos/Makefile
index bc6bdec..a13f02a 100644
--- a/gnu/usr.bin/man/apropos/Makefile
+++ b/gnu/usr.bin/man/apropos/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.7 1994/06/05 21:57:03 csgr Exp $
+# $Id: Makefile,v 1.8 1994/08/28 18:33:42 bde Exp $
.if exists(${.CURDIR}/obj)
MAN1= ${.CURDIR}/obj/apropos.1
@@ -29,7 +29,7 @@ ${MAN1}: ${.CURDIR}/apropos.man
${.CURDIR}/apropos.man > ${.TARGET}
install: ${TARG} maninstall
- install -c -o bin -g bin -m 555 ${TARG} ${DESTDIR}/usr/bin
+ ${INSTALL} -c -o bin -g bin -m 555 ${TARG} ${DESTDIR}/usr/bin
.include "../Makefile.inc"
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>
diff --git a/gnu/usr.bin/man/whatis/Makefile b/gnu/usr.bin/man/whatis/Makefile
index 4a825c8..8ca53db 100644
--- a/gnu/usr.bin/man/whatis/Makefile
+++ b/gnu/usr.bin/man/whatis/Makefile
@@ -27,7 +27,7 @@ ${MAN1}: ${.CURDIR}/whatis.man
${.CURDIR}/whatis.man > ${.TARGET}
install: ${TARG} maninstall
- install -c -o bin -g bin -m 555 ${TARG} ${DESTDIR}/usr/bin
+ ${INSTALL} -c -o bin -g bin -m 555 ${TARG} ${DESTDIR}/usr/bin
.include "../Makefile.inc"
.if make(maninstall) || make(install)
OpenPOWER on IntegriCloud