summaryrefslogtreecommitdiffstats
path: root/usr.bin/vi
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1997-01-01 04:22:23 +0000
committerbde <bde@FreeBSD.org>1997-01-01 04:22:23 +0000
commit4fca167e0602e20eccf55195f777621c56f17789 (patch)
tree15985d72bf018a5d6d67483342b8ca6e6c60215b /usr.bin/vi
parent2443764d47cba998090b844a05668b0f701a13e6 (diff)
downloadFreeBSD-src-4fca167e0602e20eccf55195f777621c56f17789.zip
FreeBSD-src-4fca167e0602e20eccf55195f777621c56f17789.tar.gz
Use ${COPY} instead of -c for installing non-source files.
Diffstat (limited to 'usr.bin/vi')
-rw-r--r--usr.bin/vi/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/vi/Makefile b/usr.bin/vi/Makefile
index 3df71d1..1eea427 100644
--- a/usr.bin/vi/Makefile
+++ b/usr.bin/vi/Makefile
@@ -1,5 +1,5 @@
#
-# $Id: Makefile,v 1.10 1996/12/08 14:05:08 ache Exp $
+# $Id: Makefile,v 1.11 1996/12/30 09:24:19 peter Exp $
#
# This has most of the glue needed to compile tknvi and the perl hooks,
# but not all.
@@ -191,7 +191,7 @@ afterinstall:
${SRCDIR}/perl_scripts/*.pl \
${DESTDIR}/usr/share/vi/perl
.if defined(PERLINTERP)
- ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 444 VI.pm \
+ ${INSTALL} ${COPY} -o ${BINOWN} -g ${BINGRP} -m 444 VI.pm \
${DESTDIR}/usr/share/vi/perl
.endif
OpenPOWER on IntegriCloud