1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-12 07:27:57 +00:00

Unconditionally install the manual page.

This commit is contained in:
Jean-Yves Lefort 2005-09-09 00:19:49 +00:00
parent d37587dbc0
commit 1cc06b1ac3
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=142254

View File

@ -44,7 +44,8 @@ do-install:
cd ${WRKSRC}/html && \
${FIND} * -type d -exec ${MKDIR} "${DOCSDIR}/{}" \; && \
${FIND} * -type f -exec ${INSTALL_DATA} "{}" "${DOCSDIR}/{}" \;
${INSTALL_MAN} ${WRKSRC}/ensemblist.6 ${MAN6PREFIX}/man/man6
.endif
${INSTALL_MAN} ${WRKSRC}/ensemblist.6 ${MAN6PREFIX}/man/man6
.include <bsd.port.mk>