diff options
Diffstat (limited to 'chinese/reciteword/Makefile')
-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 6ac9a4b..df789b7 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 -name CVS") .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} .for doc in ${PORTDOCS} |