From a8adf98c8204f370670e5624e9e11b497b7c97e8 Mon Sep 17 00:00:00 2001 From: ru Date: Mon, 29 Jul 2002 09:40:17 +0000 Subject: Drop support for COPY, -c has been the default mode of install(1) for a long time now. Approved by: bde --- lib/libncurses/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/libncurses') diff --git a/lib/libncurses/Makefile b/lib/libncurses/Makefile index fd76152..92611f6 100644 --- a/lib/libncurses/Makefile +++ b/lib/libncurses/Makefile @@ -268,7 +268,7 @@ DOCS= ncurses-intro.html hackguide.html afterinstall: .for file in ${DOCS} cd ${.CURDIR}/../../contrib/ncurses/doc/html ; \ - ${INSTALL} ${COPY} -o ${BINOWN} -g ${BINGRP} -m 444 ${file} \ + ${INSTALL} -o ${BINOWN} -g ${BINGRP} -m 444 ${file} \ ${DESTDIR}${DOCSDIR} .endfor .endif -- cgit v1.1