mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
- Fix build
Reported by: pavbot Approved by: maintainer implicit
This commit is contained in:
parent
a8e8d4a45d
commit
01a458fa7b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=215549
1 changed files with 2 additions and 2 deletions
|
@ -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>
|
||||||
|
|
Loading…
Add table
Reference in a new issue