diff options
Diffstat (limited to 'games')
-rw-r--r-- | games/ensemblist/Makefile | 3 |
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> |