1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00

www/zend-framework1: fix without DOCS

- Fix without DOCS, it is an extra distfile
This commit is contained in:
William Grzybowski 2013-10-01 14:13:20 +00:00
parent 10c47e92fb
commit 1a81e129c3
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=328951

View File

@ -103,10 +103,11 @@ do-install:
@${FIND} ${STAGEDIR}${EXAMPLESDIR} -type f -print0 | ${XARGS} -0 ${CHMOD} 644
@${FIND} ${STAGEDIR}${EXAMPLESDIR} -type d -print0 | ${XARGS} -0 ${CHMOD} 755
post-install:
.if ${PORT_OPTIONS:MDOCS}
@${MKDIR} ${STAGEDIR}${DOCSDIR}/manual
@cd ${WRKSRC} && ${COPYTREE_SHARE} "INSTALL.txt README.txt" ${STAGEDIR}${DOCSDIR}
@cd ${WRKSRC}/documentation/manual/core/en && \
${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR}/manual
.endif
.include <bsd.port.post.mk>