From e2311f6fa0ad7f8870844bcbc9424d86674dc1d2 Mon Sep 17 00:00:00 2001 From: lukem Date: Sat, 9 Feb 2002 09:21:47 +0000 Subject: [PATCH] use ${INSTALL_FILE} as appropriate --- games/hack/Makefile | 6 +++--- gnu/usr.bin/groff/xditview/Makefile | 4 ++-- gnu/usr.sbin/sendmail/cf/cf/Makefile | 4 ++-- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/games/hack/Makefile b/games/hack/Makefile index ff8ee035c5fa..eaae4ce95bf6 100644 --- a/games/hack/Makefile +++ b/games/hack/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.31 2000/09/23 13:53:42 simonb Exp $ +# $NetBSD: Makefile,v 1.32 2002/02/09 09:24:05 lukem Exp $ # @(#)Makefile 8.2 (Berkeley) 4/27/95 .include @@ -51,9 +51,9 @@ afterinstall: clobber .endif clobber: - ${INSTALL} ${INSTPRIV} ${COPY} -o games -g games -m 660 /dev/null \ + ${INSTALL_FILE} -o games -g games -m 660 /dev/null \ ${DESTDIR}/var/games/hackdir/perm - ${INSTALL} ${INSTPRIV} ${COPY} -o games -g games -m 660 /dev/null \ + ${INSTALL_FILE} -o games -g games -m 660 /dev/null \ ${DESTDIR}/var/games/hackdir/record rm -f ${DESTDIR}/var/games/hackdir/bones* diff --git a/gnu/usr.bin/groff/xditview/Makefile b/gnu/usr.bin/groff/xditview/Makefile index 4fbd5cf8dbce..9b03d2a252b2 100644 --- a/gnu/usr.bin/groff/xditview/Makefile +++ b/gnu/usr.bin/groff/xditview/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2001/04/19 14:41:54 wiz Exp $ +# $NetBSD: Makefile,v 1.11 2002/02/09 09:22:43 lukem Exp $ .include "../Makefile.path" @@ -33,7 +33,7 @@ LDADD+= -Wl,-R$(XLIBDIR) -L$(XLIBDIR) -lXaw -lXmu -lXt -lXext -lX11 -lm DPADD+= $(LIBM) afterinstall: - ${INSTALL} ${COPY} -o $(BINOWN) -g $(BINGRP) -m 444 \ + ${INSTALL_FILE} -o $(BINOWN) -g $(BINGRP) -m 444 \ $(.CURDIR)/GXditview.ad \ $(DESTDIR)$(XLIBDIR)/X11/app-defaults/GXditview .endif diff --git a/gnu/usr.sbin/sendmail/cf/cf/Makefile b/gnu/usr.sbin/sendmail/cf/cf/Makefile index 6c777aad04e5..92a150c0455e 100644 --- a/gnu/usr.sbin/sendmail/cf/cf/Makefile +++ b/gnu/usr.sbin/sendmail/cf/cf/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2002/01/31 19:12:43 tv Exp $ +# $NetBSD: Makefile,v 1.17 2002/02/09 09:21:47 lukem Exp $ # install these sources in /usr/share/sendmail/cf DIST= ${.CURDIR}/../../../../dist @@ -44,7 +44,7 @@ clean cleandir distclean: realdepend: distribution: netbsd-proto.cf - ${INSTALL} ${INSTPRIV} ${COPY} -o root -g wheel -m 444 \ + ${INSTALL_FILE} -o root -g wheel -m 444 \ netbsd-proto.cf ${DESTDIR}/etc/mail/sendmail.cf # this is overkill, but....