diff options
Diffstat (limited to 'lib/libocurses')
-rw-r--r-- | lib/libocurses/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libocurses/Makefile b/lib/libocurses/Makefile index 0639a5b3584..e748ce0d7a0 100644 --- a/lib/libocurses/Makefile +++ b/lib/libocurses/Makefile @@ -14,7 +14,7 @@ MAN= ocurses.3 includes: -cd ${.CURDIR}; cmp -s curses.h ${DESTDIR}/usr/include/ocurses.h > \ /dev/null 2>&1 || \ - ${INSTALL} ${COPY} -o ${BINOWN} -g ${BINGRP} -m 444 curses.h \ + ${INSTALL} ${INSTALL_COPY} -o ${BINOWN} -g ${BINGRP} -m 444 curses.h \ ${DESTDIR}/usr/include/ocurses.h .if make(install) |