Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 7 Sep 2014 15:08:07 +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: r367552 - head/Mk
Message-ID:  <201409071508.s87F87AY032678@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pawel
Date: Sun Sep  7 15:08:06 2014
New Revision: 367552
URL: http://svnweb.freebsd.org/changeset/ports/367552
QAT: https://qat.redports.org/buildarchive/r367552/

Log:
  Fix example in my previous attempt to document COPYTREE macros
  
  Approved by:	portmgr (not really, no-op change)

Modified:
  head/Mk/bsd.port.mk

Modified: head/Mk/bsd.port.mk
==============================================================================
--- head/Mk/bsd.port.mk	Sun Sep  7 15:05:31 2014	(r367551)
+++ head/Mk/bsd.port.mk	Sun Sep  7 15:08:06 2014	(r367552)
@@ -582,7 +582,7 @@ FreeBSD_MAINTAINER=	portmgr@FreeBSD.org
 #				  working on whole trees of directories, takes 3 arguments,
 #				  last one is find(1) arguments and optional.
 #				  Example use: 
-#				  cd ${WRKSRC}/doc && ${COPYTREE_SHARE} . ${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?201409071508.s87F87AY032678>