- Correctly quote arguments for COPYTREE_* macro
This commit is contained in:
parent
d5f57e14e7
commit
3f6d084a26
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=196571
1 changed files with 1 additions and 1 deletions
|
@ -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}
|
||||
|
|
Loading…
Reference in a new issue