summaryrefslogtreecommitdiffstats
path: root/lib/ncurses/ncurses
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1995-08-06 12:37:41 +0000
committerbde <bde@FreeBSD.org>1995-08-06 12:37:41 +0000
commit1d5c50aac763e0bb5ae69fe9d75df1eacc291162 (patch)
tree0d864d80c6cc116ac4cc3bf3bf6595d73f701243 /lib/ncurses/ncurses
parent6579f34131bcc90bb095184a1ab0c491ba0b59b5 (diff)
downloadFreeBSD-src-1d5c50aac763e0bb5ae69fe9d75df1eacc291162.zip
FreeBSD-src-1d5c50aac763e0bb5ae69fe9d75df1eacc291162.tar.gz
Install source files with the -c flag, not with the optional flag ${COPY}.
Diffstat (limited to 'lib/ncurses/ncurses')
-rw-r--r--lib/ncurses/ncurses/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/ncurses/ncurses/Makefile b/lib/ncurses/ncurses/Makefile
index 65f7a57..90fdfd7 100644
--- a/lib/ncurses/ncurses/Makefile
+++ b/lib/ncurses/ncurses/Makefile
@@ -1,5 +1,5 @@
# Makefile for ncurses
-# $Id: Makefile,v 1.12 1995/05/03 18:54:09 ache Exp $
+# $Id: Makefile,v 1.13 1995/05/08 16:08:49 ache Exp $
LIB= ncurses
SHLIB_MAJOR= 3
@@ -25,10 +25,10 @@ beforedepend: keys.tries
beforeinstall:
@cd ${.CURDIR}; for i in unctrl.h; do \
cmp -s $$i ${DESTDIR}/usr/include/$$i || \
- $(INSTALL) $(COPY) -m 444 -o $(BINOWN) -g $(BINGRP) $$i \
+ $(INSTALL) -c -m 444 -o $(BINOWN) -g $(BINGRP) $$i \
${DESTDIR}/usr/include; done
@cd ${.CURDIR}; cmp -s curses.h ${DESTDIR}/usr/include/ncurses.h || \
- $(INSTALL) $(COPY) -m 444 -o $(BINOWN) -g $(BINGRP) curses.h \
+ $(INSTALL) -c -m 444 -o $(BINOWN) -g $(BINGRP) curses.h \
${DESTDIR}/usr/include/ncurses.h
keys.tries: ${.CURDIR}/keys.list ${.CURDIR}/MKkeys.awk
OpenPOWER on IntegriCloud