summaryrefslogtreecommitdiffstats
path: root/lib/ncurses
diff options
context:
space:
mode:
Diffstat (limited to 'lib/ncurses')
-rw-r--r--lib/ncurses/ncurses/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ncurses/ncurses/Makefile b/lib/ncurses/ncurses/Makefile
index fd76152..92611f6 100644
--- a/lib/ncurses/ncurses/Makefile
+++ b/lib/ncurses/ncurses/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
OpenPOWER on IntegriCloud