diff options
Diffstat (limited to 'lib/libncurses/Makefile')
-rw-r--r-- | lib/libncurses/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libncurses/Makefile b/lib/libncurses/Makefile index 4de3c8a..fd76152 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} -c -o ${BINOWN} -g ${BINGRP} -m 444 ${file} \ + ${INSTALL} ${COPY} -o ${BINOWN} -g ${BINGRP} -m 444 ${file} \ ${DESTDIR}${DOCSDIR} .endfor .endif |