summaryrefslogtreecommitdiff
path: root/games
diff options
context:
space:
mode:
authorJean-Yves Lefort <jylefort@FreeBSD.org>2005-09-09 00:19:49 +0000
committerJean-Yves Lefort <jylefort@FreeBSD.org>2005-09-09 00:19:49 +0000
commit1cc06b1ac3d6120a49a36c26b4a03e0035995fd6 (patch)
tree2b471cc0ffee231d084c6f993c2d5f28e4be0b29 /games
parentAdd ensemblist. (diff)
Unconditionally install the manual page.
Notes
Notes: svn path=/head/; revision=142254
Diffstat (limited to 'games')
-rw-r--r--games/ensemblist/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/games/ensemblist/Makefile b/games/ensemblist/Makefile
index 723be53a91e8..1ae71ae3037e 100644
--- a/games/ensemblist/Makefile
+++ b/games/ensemblist/Makefile
@@ -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>