Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 18 Jun 2014 22:10:06 +0000 (UTC)
From:      Mathieu Arnold <mat@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r358325 - head/Mk
Message-ID:  <201406182210.s5IMA63C097567@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201406182210.s5IMA63C097567>