Use install opiton -C for installing files.
This commit is contained in:
parent
a47faac13e
commit
40231e0ef1
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=5574
1 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
#
|
||||
# $FreeBSD$
|
||||
# $FreeBSD: doc/share/mk/doc.install.mk,v 1.2 1999/09/06 06:53:39 peter Exp $
|
||||
#
|
||||
#
|
||||
# This include file <doc.install.mk> provides variables defining the default
|
||||
|
@ -104,5 +104,5 @@ DOCGRP:= ${GROUPNAME}
|
|||
|
||||
# installation "script"
|
||||
INSTALL_DOCS?= \
|
||||
${INSTALL} -c ${INSTALL_FLAGS} -o ${DOCOWN} -g ${DOCGRP} -m ${DOCMODE}
|
||||
${INSTALL} -C ${INSTALL_FLAGS} -o ${DOCOWN} -g ${DOCGRP} -m ${DOCMODE}
|
||||
|
||||
|
|
Loading…
Reference in a new issue