svn commit: r367552 - head/Mk
Pawel Pekala
pawel at FreeBSD.org
Sun Sep 7 15:08:07 UTC 2014
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 at 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.
More information about the svn-ports-all
mailing list