1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-21 00:25:50 +00:00

Fixup COPYTREE_* doc.

This commit is contained in:
Mathieu Arnold 2014-06-18 22:10:06 +00:00
parent 0982d7130b
commit 1539b3f464
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=358325

View File

@ -583,11 +583,11 @@ FreeBSD_MAINTAINER= portmgr@FreeBSD.org
# depending on the value of MANCOMPRESSED (see below).
# COPYTREE_BIN
# COPYTREE_SHARE
# - Similiar to INSTALL commands but working on whole
# trees of directories, takes 3 arguments, last one is
# find(1) arguments and optional.
# - Similiar to INSTALL_PROGRAM and INSTALL_DATA commands but
# working on whole trees of directories, takes 3 arguments,
# last one is find(1) arguments and optional.
# Example use:
# cd ${WRKSRC}/doc && ${COPYTREE} . ${DOCSDIR} "! -name *.bak"
# cd ${WRKSRC}/doc && ${COPYTREE_SHARE} . ${DOCSDIR} "! -name *.bak"
#
# Installs all directories and files from ${WRKSRC}/doc
# to ${DOCSDIR} except sed backup files.