1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-25 04:43:33 +00:00

Fix docs installation (install man regardless of NOPORTDOCS).

Approved by:	miwi (mentor)
Reported by:	QA Tindy
This commit is contained in:
Dmitry Marakasov 2008-06-20 09:09:10 +00:00
parent 802b12daa7
commit 5cab5dee67
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=215325

View File

@ -32,7 +32,8 @@ post-patch:
@${REINPLACE_CMD} -e 's|\(defined(__WIN32__) && \)\(!defined(log2)\)|\2|' \
${WRKSRC}/src/mapgen/mapmaker.cpp
.if defined(NOPORTDOCS)
@${REINPLACE_CMD} -e 's|docs||' ${WRKSRC}/Makefile.in
@${REINPLACE_CMD} -e '/install-data-am/ s|install-docsDATA||' \
${WRKSRC}/docs/Makefile.in
.endif
.include <bsd.port.mk>