svn commit: r358325 - head/Mk
Mathieu Arnold
mat at FreeBSD.org
Wed Jun 18 22:10:07 UTC 2014
Author: mat
Date: Wed Jun 18 22:10:06 2014
New Revision: 358325
URL: http://svnweb.freebsd.org/changeset/ports/358325
QAT: https://qat.redports.org/buildarchive/r358325/
Log:
Fixup COPYTREE_* doc.
Modified:
head/Mk/bsd.port.mk
Modified: head/Mk/bsd.port.mk
==============================================================================
--- head/Mk/bsd.port.mk Wed Jun 18 22:07:17 2014 (r358324)
+++ head/Mk/bsd.port.mk Wed Jun 18 22:10:06 2014 (r358325)
@@ -583,11 +583,11 @@ FreeBSD_MAINTAINER= portmgr at 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.
More information about the svn-ports-head
mailing list