aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorpawel <pawel@FreeBSD.org>2014-04-06 00:08:16 +0800
committerpawel <pawel@FreeBSD.org>2014-04-06 00:08:16 +0800
commite4a1a56e61cea21d41bf51313c16356790217eff (patch)
tree6d1cb45404ed4187307714a2a52dcd4fc488d477
parent5bb95f6c9de05d10a6e0337765ad038bdd416a28 (diff)
downloadfreebsd-ports-graphics-e4a1a56e61cea21d41bf51313c16356790217eff.tar.gz
freebsd-ports-graphics-e4a1a56e61cea21d41bf51313c16356790217eff.tar.zst
freebsd-ports-graphics-e4a1a56e61cea21d41bf51313c16356790217eff.zip
Document COPYTREE_BIN, COPYTREE_SHARE commands
PR: ports/188292 Submitted by: myself Approved by: portmgr (bapt)
-rw-r--r--Mk/bsd.port.mk10
1 files changed, 10 insertions, 0 deletions
diff --git a/Mk/bsd.port.mk b/Mk/bsd.port.mk
index 7f9696d95d1..2f666ebfd5d 100644
--- a/Mk/bsd.port.mk
+++ b/Mk/bsd.port.mk
@@ -587,6 +587,16 @@ FreeBSD_MAINTAINER= portmgr@FreeBSD.org
# INSTALL_DATA - A command to install sharable data.
# INSTALL_MAN - A command to install manpages. May or not compress,
# 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.
+# Example use:
+# cd ${WRKSRC}/doc && ${COPYTREE} . ${DOCSDIR} "! -name *.bak"
+#
+# Installs all directories and files from ${WRKSRC}/doc
+# to ${DOCSDIR} except sed backup files.
#
# Boolean to control whether manpages are installed.
#