diff options
| author | Ruslan Ermilov <ru@FreeBSD.org> | 2002-07-18 12:07:49 +0000 |
|---|---|---|
| committer | Ruslan Ermilov <ru@FreeBSD.org> | 2002-07-18 12:07:49 +0000 |
| commit | 0b87f79976047c8f4332bbf7dc03146f6b0de79f (patch) | |
| tree | 28835f40dbe3d76e3a6fda9aad6f0aecbec6f5b7 /share | |
| parent | 7f3c93b7de07382b10f6322cc10203ba493e2898 (diff) | |
Notes
Diffstat (limited to 'share')
| -rw-r--r-- | share/colldef/Makefile | 2 | ||||
| -rw-r--r-- | share/examples/Makefile | 2 | ||||
| -rw-r--r-- | share/examples/isdn/i4brunppp/Makefile | 2 | ||||
| -rw-r--r-- | share/info/Makefile | 2 | ||||
| -rw-r--r-- | share/sendmail/Makefile | 2 | ||||
| -rw-r--r-- | share/skel/Makefile | 5 | ||||
| -rw-r--r-- | share/syscons/fonts/Makefile | 2 | ||||
| -rw-r--r-- | share/syscons/keymaps/Makefile | 2 | ||||
| -rw-r--r-- | share/zoneinfo/Makefile | 2 |
9 files changed, 11 insertions, 10 deletions
diff --git a/share/colldef/Makefile b/share/colldef/Makefile index 3dde203b8509..fa2beb20b665 100644 --- a/share/colldef/Makefile +++ b/share/colldef/Makefile @@ -78,7 +78,7 @@ uk_UA.KOI8-U.out: map.KOI8-U afterinstall: .for locale in ${LOCALES} - ${INSTALL} -c -m 644 -o ${BINOWN} -g ${BINGRP} \ + ${INSTALL} ${COPY} -m 644 -o ${BINOWN} -g ${BINGRP} \ ${locale}.out ${LOCALEDIR}/${locale}/LC_COLLATE .endfor .for link in ${ASCIILINKS} diff --git a/share/examples/Makefile b/share/examples/Makefile index d2cd800dd59a..c0044f4089ee 100644 --- a/share/examples/Makefile +++ b/share/examples/Makefile @@ -26,7 +26,7 @@ beforeinstall: etc-examples ${SHARED} FILES!= find -L ${dir} \( -name CVS -prune \) -o -type f -print .for file in ${FILES} copies:: - ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 644 ${file} ${DDIR}/${file} + ${INSTALL} ${COPY} -o ${BINOWN} -g ${BINGRP} -m 644 ${file} ${DDIR}/${file} .endfor .endfor diff --git a/share/examples/isdn/i4brunppp/Makefile b/share/examples/isdn/i4brunppp/Makefile index 80cde94d31e2..c530da6f95cf 100644 --- a/share/examples/isdn/i4brunppp/Makefile +++ b/share/examples/isdn/i4brunppp/Makefile @@ -13,7 +13,7 @@ install: @echo user-ppp in dial-in server under i4b, please copy it into /etc/isdn. installetc: i4brunppp - ${INSTALL} -c -m ${BINMODE} -o ${BINOWN} -g ${BINGRP} \ + ${INSTALL} ${COPY} -m ${BINMODE} -o ${BINOWN} -g ${BINGRP} \ ${.CURDIR}/i4brunppp ${RUNPPPDEST} .include <bsd.prog.mk> diff --git a/share/info/Makefile b/share/info/Makefile index 2a75fe44c835..d144d48c9793 100644 --- a/share/info/Makefile +++ b/share/info/Makefile @@ -17,6 +17,6 @@ beforeinstall: @exit 3; .endif .if !exists(${DESTDIR}${INFODIR}/dir) - ${INSTALL} -c -o ${INFOOWN} -g ${INFOGRP} -m ${INFOMODE} \ + ${INSTALL} ${COPY} -o ${INFOOWN} -g ${INFOGRP} -m ${INFOMODE} \ dir-tmpl ${DESTDIR}${INFODIR}/dir .endif diff --git a/share/sendmail/Makefile b/share/sendmail/Makefile index 23fefebc4b91..274e4b12e5de 100644 --- a/share/sendmail/Makefile +++ b/share/sendmail/Makefile @@ -26,7 +26,7 @@ copies:: ${INSTALL} -o ${BINOWN} -g ${BINGRP} -m 755 -d ${DDIR}/${dir} .endfor .for file in ${CFFILES} - ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 444 ${SENDMAIL_DIR}/${file} ${DDIR}/${file} + ${INSTALL} ${COPY} -o ${BINOWN} -g ${BINGRP} -m 444 ${SENDMAIL_DIR}/${file} ${DDIR}/${file} .endfor symlinks:: diff --git a/share/skel/Makefile b/share/skel/Makefile index cee9708df396..dbd3a004d908 100644 --- a/share/skel/Makefile +++ b/share/skel/Makefile @@ -1,4 +1,5 @@ # @(#)Makefile 8.1 (Berkeley) 6/8/93 +# $FreeBSD$ FILES1= dot.cshrc dot.login dot.login_conf dot.mailrc dot.profile dot.shrc FILES2= dot.mail_aliases dot.rhosts @@ -10,9 +11,9 @@ NOOBJ= noobj all clean cleandir depend lint tags: install: - ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m ${MODE1} ${FILES1} \ + ${INSTALL} ${COPY} -o ${BINOWN} -g ${BINGRP} -m ${MODE1} ${FILES1} \ ${DESTDIR}${BINDIR}/skel - ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m ${MODE2} ${FILES2} \ + ${INSTALL} ${COPY} -o ${BINOWN} -g ${BINGRP} -m ${MODE2} ${FILES2} \ ${DESTDIR}${BINDIR}/skel .include <bsd.prog.mk> diff --git a/share/syscons/fonts/Makefile b/share/syscons/fonts/Makefile index a9c133625d0b..0680c328a4ae 100644 --- a/share/syscons/fonts/Makefile +++ b/share/syscons/fonts/Makefile @@ -33,7 +33,7 @@ NOMAN = noman NOOBJ = noobj install: - ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m ${SHAREMODE} ${FONTS} \ + ${INSTALL} ${COPY} -o ${BINOWN} -g ${BINGRP} -m ${SHAREMODE} ${FONTS} \ ${DESTDIR}${FONTDIR} .include <bsd.prog.mk> diff --git a/share/syscons/keymaps/Makefile b/share/syscons/keymaps/Makefile index 5099320683f4..c5f98fcb8358 100644 --- a/share/syscons/keymaps/Makefile +++ b/share/syscons/keymaps/Makefile @@ -44,7 +44,7 @@ NOMAN = noman NOOBJ = noobj install: - ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m ${SHAREMODE} ${KEYMAPS} \ + ${INSTALL} ${COPY} -o ${BINOWN} -g ${BINGRP} -m ${SHAREMODE} ${KEYMAPS} \ ${DESTDIR}${MAPSDIR} .include <bsd.prog.mk> diff --git a/share/zoneinfo/Makefile b/share/zoneinfo/Makefile index 6ce6503d10ce..fc7666cf0d56 100644 --- a/share/zoneinfo/Makefile +++ b/share/zoneinfo/Makefile @@ -33,7 +33,7 @@ beforeinstall: zic -D -d ${DESTDIR}/usr/share/zoneinfo -p ${POSIXRULES} \ -u ${BINOWN} -g ${BINGRP} \ ${LEAPFILE} -y ${YEARISTYPE} ${TZFILES} - ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m ${NOBINMODE} \ + ${INSTALL} ${COPY} -o ${BINOWN} -g ${BINGRP} -m ${NOBINMODE} \ ${.CURDIR}/zone.tab ${DESTDIR}/usr/share/zoneinfo/ .include <bsd.prog.mk> |
