From owner-svn-ports-all@FreeBSD.ORG Sun Sep 7 15:08:07 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 3C7C4AF8; Sun, 7 Sep 2014 15:08:07 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 28C501FF9; Sun, 7 Sep 2014 15:08:07 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s87F87Nh032679; Sun, 7 Sep 2014 15:08:07 GMT (envelope-from pawel@FreeBSD.org) Received: (from pawel@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s87F87AY032678; Sun, 7 Sep 2014 15:08:07 GMT (envelope-from pawel@FreeBSD.org) Message-Id: <201409071508.s87F87AY032678@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: pawel set sender to pawel@FreeBSD.org using -f From: Pawel Pekala Date: Sun, 7 Sep 2014 15:08:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r367552 - head/Mk X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Sep 2014 15:08:07 -0000 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.