diff options
author | Rong-En Fan <rafan@FreeBSD.org> | 2007-07-29 10:44:56 +0000 |
---|---|---|
committer | Rong-En Fan <rafan@FreeBSD.org> | 2007-07-29 10:44:56 +0000 |
commit | 3f6d084a2628679971473b8e7a07da4a6aa6bbdd (patch) | |
tree | d05ceb96e6f762fd660a2337f8c271739799da22 /chinese/reciteword | |
parent | d5f57e14e713f0126cf353895171ee819d52d478 (diff) | |
download | ports-3f6d084a2628679971473b8e7a07da4a6aa6bbdd.tar.gz ports-3f6d084a2628679971473b8e7a07da4a6aa6bbdd.zip |
Notes
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} |