summaryrefslogtreecommitdiff
path: root/lib/libncurses
diff options
context:
space:
mode:
authorRuslan Ermilov <ru@FreeBSD.org>2002-07-18 13:31:30 +0000
committerRuslan Ermilov <ru@FreeBSD.org>2002-07-18 13:31:30 +0000
commitd85757e98ec4b0b5230978b567cd864ea8edc02a (patch)
tree591446ed536399a4da0b9a14f97a49eed0f6914f /lib/libncurses
parent65a79295573b546d0ac172fdb302fda141e55985 (diff)
Notes
Diffstat (limited to 'lib/libncurses')
-rw-r--r--lib/libncurses/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libncurses/Makefile b/lib/libncurses/Makefile
index 7b3eba1fdac1..537351dc6fe7 100644
--- a/lib/libncurses/Makefile
+++ b/lib/libncurses/Makefile
@@ -252,7 +252,7 @@ DOCSDIR= /usr/share/doc/ncurses
DOCS= ncurses-intro.html hackguide.html
beforeinstall: ${HEADERS}
- ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 444 ${HEADERS} \
+ ${INSTALL} ${COPY} -o ${BINOWN} -g ${BINGRP} -m 444 ${HEADERS} \
${DESTDIR}/usr/include
rm -f ${DESTDIR}/usr/include/ncurses.h
ln -s curses.h ${DESTDIR}/usr/include/ncurses.h
@@ -261,7 +261,7 @@ beforeinstall: ${HEADERS}
afterinstall:
.for file in ${DOCS}
cd ${.CURDIR}/../../contrib/ncurses/misc ; \
- ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 444 ${file} \
+ ${INSTALL} ${COPY} -o ${BINOWN} -g ${BINGRP} -m 444 ${file} \
${DESTDIR}${DOCSDIR}
.endfor
.endif