diff options
author | rafan <rafan@FreeBSD.org> | 2007-07-29 18:27:51 +0800 |
---|---|---|
committer | rafan <rafan@FreeBSD.org> | 2007-07-29 18:27:51 +0800 |
commit | 20ed8bac2bc729f943059cdbe844e2c4282bf89f (patch) | |
tree | 555c66d4395263114123af81b9e5772d2215144b /chinese | |
parent | 99da1aa79ad89df41668f3a229e9ef2a17970409 (diff) | |
download | freebsd-ports-gnome-20ed8bac2bc729f943059cdbe844e2c4282bf89f.tar.gz freebsd-ports-gnome-20ed8bac2bc729f943059cdbe844e2c4282bf89f.tar.zst freebsd-ports-gnome-20ed8bac2bc729f943059cdbe844e2c4282bf89f.zip |
- Fix build
Pointy hat to: rafan
Diffstat (limited to 'chinese')
-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 6ac9a4b39510..df789b7c3846 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} |