aboutsummaryrefslogtreecommitdiffstats
path: root/Mk
diff options
context:
space:
mode:
authormat <mat@FreeBSD.org>2014-06-19 06:10:06 +0800
committermat <mat@FreeBSD.org>2014-06-19 06:10:06 +0800
commit6b56c0dfdfac9717bc2ee6730d419fffba4f64af (patch)
treef8a74f9d1ea1f0e6c8a2da6148b98a73124e636a /Mk
parentdacfd669baa507b13d47ccf0e691b8b9c9960676 (diff)
downloadfreebsd-ports-gnome-6b56c0dfdfac9717bc2ee6730d419fffba4f64af.tar.gz
freebsd-ports-gnome-6b56c0dfdfac9717bc2ee6730d419fffba4f64af.tar.zst
freebsd-ports-gnome-6b56c0dfdfac9717bc2ee6730d419fffba4f64af.zip
Fixup COPYTREE_* doc.
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.