diff options
Diffstat (limited to 'games/frotz/Makefile')
-rw-r--r-- | games/frotz/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/frotz/Makefile b/games/frotz/Makefile index b3295af5572b..e127df4dda2e 100644 --- a/games/frotz/Makefile +++ b/games/frotz/Makefile @@ -21,7 +21,7 @@ MAN6= frotz.6 do-install: @${INSTALL_PROGRAM} ${WRKSRC}/frotz ${PREFIX}/bin - @${INSTALL_MAN} ${WRKSRC}/frotz.6 ${MANPREFIX}/man/man6 + @${INSTALL_MAN} ${WRKSRC}/doc/frotz.6 ${MANPREFIX}/man/man6 .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} .for file in BUGS HOW_TO_PLAY README |