- Fix build

Reported by:	pavbot
Approved by:	maintainer implicit
This commit is contained in:
Martin Wilke 2008-06-22 19:53:55 +00:00
parent a8e8d4a45d
commit 01a458fa7b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=215549

View file

@ -46,8 +46,8 @@ post-install:
.if !defined(NOPORTDOCS) .if !defined(NOPORTDOCS)
${MKDIR} ${DOCSDIR} ${MKDIR} ${DOCSDIR}
cd ${WRKDIR}/doc; \ cd ${WRKDIR}/doc; \
${FIND} . -type d -exec ${MKDIR} ${DOCSDIR}/\{} \; \ && ${FIND} . -type d -exec ${MKDIR} ${DOCSDIR}/\{} \; \
${FIND} . -type f -exec ${INSTALL_DATA} \{} ${DOCSDIR}/\{} \; && ${FIND} . -type f -exec ${INSTALL_DATA} \{} ${DOCSDIR}/\{} \;
.endif .endif
.include <bsd.port.post.mk> .include <bsd.port.post.mk>