diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2002-11-19 12:49:07 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2002-11-19 12:49:07 +0000 |
commit | a9ace119ca58c904a66d66cff7dc10ad87039d1a (patch) | |
tree | f8bdbb142df86c41ba8d8a4ccd8d9be3fff0e5e6 | |
parent | fe265c37e83a8ad38ea450fe2b3cd8ec16663159 (diff) | |
download | ports-a9ace119ca58c904a66d66cff7dc10ad87039d1a.tar.gz ports-a9ace119ca58c904a66d66cff7dc10ad87039d1a.zip |
Properly install the man-page.
Noticed by: bento.
Notes
Notes:
svn path=/head/; revision=70480
-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 |