- Correctly quote arguments for COPYTREE_* macro

This commit is contained in:
Rong-En Fan 2007-07-29 10:44:56 +00:00
parent d5f57e14e7
commit 3f6d084a26
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=196571

View file

@ -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}