aboutsummaryrefslogtreecommitdiff
path: root/Mk/bsd.port.mk
diff options
context:
space:
mode:
authorPawel Pekala <pawel@FreeBSD.org>2014-09-07 15:08:06 +0000
committerPawel Pekala <pawel@FreeBSD.org>2014-09-07 15:08:06 +0000
commita3ae0bb5a4f2f41bbe441ed0838242e4a6c75608 (patch)
tree1cf61e58963799b37f2b9f590cc3b025be0fc1d0 /Mk/bsd.port.mk
parent7dc2ca179d3cd83b5b707dfb15823cf1c27f865e (diff)
downloadports-a3ae0bb5a4f2f41bbe441ed0838242e4a6c75608.tar.gz
ports-a3ae0bb5a4f2f41bbe441ed0838242e4a6c75608.zip
Fix example in my previous attempt to document COPYTREE macros
Approved by: portmgr (not really, no-op change)
Notes
Notes: svn path=/head/; revision=367552
Diffstat (limited to 'Mk/bsd.port.mk')
-rw-r--r--Mk/bsd.port.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/Mk/bsd.port.mk b/Mk/bsd.port.mk
index e480b4ebc312..1e32c6581435 100644
--- a/Mk/bsd.port.mk
+++ b/Mk/bsd.port.mk
@@ -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.