diff options
author | rafan <rafan@FreeBSD.org> | 2007-07-29 18:44:56 +0800 |
---|---|---|
committer | rafan <rafan@FreeBSD.org> | 2007-07-29 18:44:56 +0800 |
commit | 7132a50559d59d1ad08072c2a3295acd2fb891c2 (patch) | |
tree | a3d4cd23600234399f863bcd7ed079068e71bf04 /chinese/reciteword | |
parent | cb4d3f31a6cb8113fab38cba934dc41d88fe3e25 (diff) | |
download | freebsd-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/Makefile | 2 |
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} |