aboutsummaryrefslogtreecommitdiffstats
path: root/chinese/reciteword
diff options
context:
space:
mode:
authorrafan <rafan@FreeBSD.org>2007-07-29 18:44:56 +0800
committerrafan <rafan@FreeBSD.org>2007-07-29 18:44:56 +0800
commit7132a50559d59d1ad08072c2a3295acd2fb891c2 (patch)
treea3d4cd23600234399f863bcd7ed079068e71bf04 /chinese/reciteword
parentcb4d3f31a6cb8113fab38cba934dc41d88fe3e25 (diff)
downloadfreebsd-ports-gnome-7132a50559d59d1ad08072c2a3295acd2fb891c2.tar.gz
freebsd-ports-gnome-7132a50559d59d1ad08072c2a3295acd2fb891c2.tar.zst
freebsd-ports-gnome-7132a50559d59d1ad08072c2a3295acd2fb891c2.zip
- Correctly quote arguments for COPYTREE_* macro
Diffstat (limited to 'chinese/reciteword')
-rw-r--r--chinese/reciteword/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/chinese/reciteword/Makefile b/chinese/reciteword/Makefile
index df789b7c3846..4015adcaf968 100644
--- a/chinese/reciteword/Makefile
+++ b/chinese/reciteword/Makefile
@@ -40,7 +40,7 @@ post-patch:
post-install:
@${MKDIR} ${DATADIR}
- (cd ${WRKDIR}/ && ${COPYTREE_SHARE} books dicts ${DATADIR} "! -type d -name CVS")
+ (cd ${WRKDIR}/ && ${COPYTREE_SHARE} "books dicts" ${DATADIR} "! ( -type d -a -name CVS )")
.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
.for doc in ${PORTDOCS}