aboutsummaryrefslogtreecommitdiff
path: root/Mk
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2014-06-18 22:10:06 +0000
committerMathieu Arnold <mat@FreeBSD.org>2014-06-18 22:10:06 +0000
commit1539b3f464422c3a765461ec8487891ec73d9892 (patch)
treef8a74f9d1ea1f0e6c8a2da6148b98a73124e636a /Mk
parent0982d7130bc7067ebca37eaec0bde52f7a689279 (diff)
Notes
Diffstat (limited to 'Mk')
-rw-r--r--Mk/bsd.port.mk8
1 files changed, 4 insertions, 4 deletions
diff --git a/Mk/bsd.port.mk b/Mk/bsd.port.mk
index 43be9dcce47f..9d6e5c8765a9 100644
--- a/Mk/bsd.port.mk
+++ b/Mk/bsd.port.mk
@@ -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.