diff options
author | ru <ru@FreeBSD.org> | 2002-07-18 12:07:49 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2002-07-18 12:07:49 +0000 |
commit | cd7c90d38fcfaa98c9e2a069b70138ddf87e3955 (patch) | |
tree | 28835f40dbe3d76e3a6fda9aad6f0aecbec6f5b7 /lib | |
parent | 700fcd80fce2f08200f5778781eb49372f0dbb64 (diff) | |
download | FreeBSD-src-cd7c90d38fcfaa98c9e2a069b70138ddf87e3955.zip FreeBSD-src-cd7c90d38fcfaa98c9e2a069b70138ddf87e3955.tar.gz |
s/${INSTALL} -c/${INSTALL} ${COPY}/
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libncurses/Makefile | 2 | ||||
-rw-r--r-- | lib/ncurses/ncurses/Makefile | 2 |
2 files changed, 2 insertions, 2 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 diff --git a/lib/ncurses/ncurses/Makefile b/lib/ncurses/ncurses/Makefile index 4de3c8a..fd76152 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} -c -o ${BINOWN} -g ${BINGRP} -m 444 ${file} \ + ${INSTALL} ${COPY} -o ${BINOWN} -g ${BINGRP} -m 444 ${file} \ ${DESTDIR}${DOCSDIR} .endfor .endif |