Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 5 Apr 2014 16:08:16 +0000 (UTC)
From:      Pawel Pekala <pawel@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r350242 - head/Mk
Message-ID:  <201404051608.s35G8GWB062465@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pawel
Date: Sat Apr  5 16:08:16 2014
New Revision: 350242
URL: http://svnweb.freebsd.org/changeset/ports/350242
QAT: https://qat.redports.org/buildarchive/r350242/

Log:
  Document COPYTREE_BIN, COPYTREE_SHARE commands
  
  PR:		ports/188292
  Submitted by:	myself
  Approved by:	portmgr (bapt)

Modified:
  head/Mk/bsd.port.mk

Modified: head/Mk/bsd.port.mk
==============================================================================
--- head/Mk/bsd.port.mk	Sat Apr  5 16:06:05 2014	(r350241)
+++ head/Mk/bsd.port.mk	Sat Apr  5 16:08:16 2014	(r350242)
@@ -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.
 #



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