summaryrefslogtreecommitdiffstats
path: root/share
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 /share
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 'share')
-rw-r--r--share/dict/Makefile2
-rw-r--r--share/me/Makefile4
-rw-r--r--share/misc/Makefile4
-rw-r--r--share/mk/Makefile4
-rw-r--r--share/sgml/FreeBSD/dtd/Makefile4
-rw-r--r--share/sgml/FreeBSD/lib/Makefile4
-rw-r--r--share/sgml/FreeBSD/rep/Makefile4
-rw-r--r--share/skel/Makefile2
-rw-r--r--share/syscons/fonts/Makefile4
-rw-r--r--share/syscons/keymaps/Makefile2
-rw-r--r--share/syscons/scrnmaps/Makefile2
-rw-r--r--share/tabset/Makefile2
-rw-r--r--share/termcap/Makefile6
13 files changed, 22 insertions, 22 deletions
diff --git a/share/dict/Makefile b/share/dict/Makefile
index 7938233..b5ef308 100644
--- a/share/dict/Makefile
+++ b/share/dict/Makefile
@@ -7,7 +7,7 @@ NOOBJ= noobj
all clean cleandir depend lint tags:
install:
- install -c -o ${BINOWN} -g ${BINGRP} -m 444 ${FILES} \
+ ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 444 ${FILES} \
${DESTDIR}${BINDIR}/dict
(cd ${DESTDIR}${BINDIR}/dict; rm -f words; ln -s web2 words)
diff --git a/share/me/Makefile b/share/me/Makefile
index b86fa7a..b4ca882 100644
--- a/share/me/Makefile
+++ b/share/me/Makefile
@@ -19,7 +19,7 @@ beforeinstall:
chown ${BINOWN}.${BINGRP} ${DESTDIR}${TMLIB}/$$i; \
chmod 444 ${DESTDIR}${TMLIB}/$$i; \
done
- cd ${.CURDIR}; install -c -o ${BINOWN} -g ${BINGRP} -m 444 revisions \
- ${DESTDIR}${MELIB}/revisions
+ cd ${.CURDIR}; ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 444 \
+ revisions ${DESTDIR}${MELIB}/revisions
.include <bsd.prog.mk>
diff --git a/share/misc/Makefile b/share/misc/Makefile
index 3b59d71..7a6557c 100644
--- a/share/misc/Makefile
+++ b/share/misc/Makefile
@@ -8,7 +8,7 @@ NOOBJ= noobj
all clean cleandir depend lint tags:
install:
- cd ${.CURDIR}; install -c -o ${BINOWN} -g ${BINGRP} -m 444 ${FILES} \
- ${DESTDIR}${BINDIR}/misc
+ cd ${.CURDIR}; ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 444 \
+ ${FILES} ${DESTDIR}${BINDIR}/misc
.include <bsd.prog.mk>
diff --git a/share/mk/Makefile b/share/mk/Makefile
index f652575..67fc476 100644
--- a/share/mk/Makefile
+++ b/share/mk/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.6 1995/01/03 06:32:10 bde Exp $
+# $Id: Makefile,v 1.7 1995/05/09 10:12:16 rgrimes Exp $
# From: @(#)Makefile 8.1 (Berkeley) 6/8/93
FILES= bsd.README
@@ -11,7 +11,7 @@ NOOBJ= noobj
all clean cleandir depend lint tags:
afterinstall:
- install -c -o ${BINOWN} -g ${BINGRP} -m 444 ${FILES} \
+ ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 444 ${FILES} \
${DESTDIR}${BINDIR}/mk
.include <bsd.prog.mk>
diff --git a/share/sgml/FreeBSD/dtd/Makefile b/share/sgml/FreeBSD/dtd/Makefile
index 38b2e2e..6e3fbb5 100644
--- a/share/sgml/FreeBSD/dtd/Makefile
+++ b/share/sgml/FreeBSD/dtd/Makefile
@@ -1,4 +1,4 @@
-# $Id:$
+# $Id: Makefile,v 1.1.1.1 1995/05/09 23:19:46 jfieber Exp $
FILES= linuxdoc linuxdoc.dec
NOOBJ= noobj
@@ -6,7 +6,7 @@ NOOBJ= noobj
all clean cleandir depend lint tags:
afterinstall:
- install -c -o ${BINOWN} -g ${BINGRP} -m 444 ${FILES} \
+ ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 444 ${FILES} \
${DESTDIR}${BINDIR}/dtd
.include <bsd.prog.mk>
diff --git a/share/sgml/FreeBSD/lib/Makefile b/share/sgml/FreeBSD/lib/Makefile
index 666750a..1f2e4e0 100644
--- a/share/sgml/FreeBSD/lib/Makefile
+++ b/share/sgml/FreeBSD/lib/Makefile
@@ -1,4 +1,4 @@
-# $Id:$
+# $Id: Makefile,v 1.1.1.1 1995/05/09 23:19:46 jfieber Exp $
FILES= linuxdoc.sty
NOOBJ= noobj
@@ -6,7 +6,7 @@ NOOBJ= noobj
all clean cleandir depend lint tags:
afterinstall:
- install -c -o ${BINOWN} -g ${BINGRP} -m 444 ${FILES} \
+ ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 444 ${FILES} \
${DESTDIR}${BINDIR}/lib
.include <bsd.prog.mk>
diff --git a/share/sgml/FreeBSD/rep/Makefile b/share/sgml/FreeBSD/rep/Makefile
index e1a112e..3ecb8a4 100644
--- a/share/sgml/FreeBSD/rep/Makefile
+++ b/share/sgml/FreeBSD/rep/Makefile
@@ -1,4 +1,4 @@
-# $Id:$
+# $Id: Makefile,v 1.1.1.1 1995/05/09 23:19:47 jfieber Exp $
FILES= html.general html.mapping html.math latex.general latex.mapping
FILES+= latex.math nroff.general nroff.mapping nroff.math
@@ -7,7 +7,7 @@ NOOBJ= noobj
all clean cleandir depend lint tags:
afterinstall:
- install -c -o ${BINOWN} -g ${BINGRP} -m 444 ${FILES} \
+ ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 444 ${FILES} \
${DESTDIR}${BINDIR}/rep
.include <bsd.prog.mk>
diff --git a/share/skel/Makefile b/share/skel/Makefile
index e3996e2..6790bb8 100644
--- a/share/skel/Makefile
+++ b/share/skel/Makefile
@@ -6,7 +6,7 @@ NOOBJ= noobj
all clean cleandir depend lint tags:
install:
- install -c -o ${BINOWN} -g ${BINGRP} -m 444 ${FILES} \
+ ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 444 ${FILES} \
${DESTDIR}${BINDIR}/skel
.include <bsd.prog.mk>
diff --git a/share/syscons/fonts/Makefile b/share/syscons/fonts/Makefile
index 32a9086..7eb72b2 100644
--- a/share/syscons/fonts/Makefile
+++ b/share/syscons/fonts/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.5 1995/02/22 21:49:46 roberto Exp $
+# $Id: Makefile,v 1.6 1995/05/30 06:58:14 rgrimes Exp $
FONTS= cp437-8x8.fnt cp437-8x14.fnt cp437-8x16.fnt \
cp437-thin-8x8.fnt cp437-thin-8x16.fnt \
@@ -22,7 +22,7 @@ all clean:
install:
cd ${.CURDIR}; \
- install -c -o ${BINOWN} -g ${BINGRP} -m 444 ${FONTS} \
+ ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 444 ${FONTS} \
${DESTDIR}${FONTDIR}
.include <bsd.prog.mk>
diff --git a/share/syscons/keymaps/Makefile b/share/syscons/keymaps/Makefile
index ae04147..48cc7a1 100644
--- a/share/syscons/keymaps/Makefile
+++ b/share/syscons/keymaps/Makefile
@@ -11,7 +11,7 @@ all clean:
install:
cd ${.CURDIR}; \
- install -c -o ${BINOWN} -g ${BINGRP} -m 444 ${KEYMAPS} \
+ ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 444 ${KEYMAPS} \
${DESTDIR}${MAPSDIR}
.include <bsd.prog.mk>
diff --git a/share/syscons/scrnmaps/Makefile b/share/syscons/scrnmaps/Makefile
index d27b4bb..8a43c3f 100644
--- a/share/syscons/scrnmaps/Makefile
+++ b/share/syscons/scrnmaps/Makefile
@@ -9,7 +9,7 @@ NOMAN = noman
all: ${SCRMAPS}
install:
- install -c -o ${BINOWN} -g ${BINGRP} -m 444 ${SCRMAPS} \
+ ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 444 ${SCRMAPS} \
${DESTDIR}${SCRDIR}
${SCRMAPS}: ${.TARGET:R}.mk
diff --git a/share/tabset/Makefile b/share/tabset/Makefile
index d3226e4..7c08094 100644
--- a/share/tabset/Makefile
+++ b/share/tabset/Makefile
@@ -14,7 +14,7 @@ ${FILES}:
depend lint tags:
install:
- install -c -o ${BINOWN} -g ${BINGRP} -m 444 ${FILES} \
+ ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 444 ${FILES} \
${DESTDIR}${BINDIR}/tabset
.include <bsd.prog.mk>
diff --git a/share/termcap/Makefile b/share/termcap/Makefile
index a6cf922..b45670e 100644
--- a/share/termcap/Makefile
+++ b/share/termcap/Makefile
@@ -17,11 +17,11 @@ termcap.db: termcap
cap_mkdb termcap
beforeinstall:
- install ${COPY} -o ${BINOWN} -g ${BINGRP} -m 444 termcap \
+ ${INSTALL} ${COPY} -o ${BINOWN} -g ${BINGRP} -m 444 termcap \
${DESTDIR}${BINDIR}/misc
- install ${COPY} -o ${BINOWN} -g ${BINGRP} -m 444 termcap.db \
+ ${INSTALL} ${COPY} -o ${BINOWN} -g ${BINGRP} -m 444 termcap.db \
${DESTDIR}${BINDIR}/misc
- install -c -o ${BINOWN} -g ${BINGRP} -m 444 ${.CURDIR}/map3270 \
+ ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 444 ${.CURDIR}/map3270 \
${DESTDIR}${BINDIR}/misc
@rm -f ${DESTDIR}/etc/termcap
ln -s ${BINDIR}/misc/termcap ${DESTDIR}/etc/termcap
OpenPOWER on IntegriCloud