diff options
author | edwin <edwin@FreeBSD.org> | 2002-11-19 20:49:07 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2002-11-19 20:49:07 +0800 |
commit | dbcc1ca55aeb969505a3bc1ca061b69ba2eb52ec (patch) | |
tree | ebcc2f7531e8fef25e412be435bd0be077dbf129 /games/frotz | |
parent | 48929a261c0de7774f8189b5cbe7ed91d67f05b6 (diff) | |
download | freebsd-ports-gnome-dbcc1ca55aeb969505a3bc1ca061b69ba2eb52ec.tar.gz freebsd-ports-gnome-dbcc1ca55aeb969505a3bc1ca061b69ba2eb52ec.tar.zst freebsd-ports-gnome-dbcc1ca55aeb969505a3bc1ca061b69ba2eb52ec.zip |
Properly install the man-page.
Noticed by: bento.
Diffstat (limited to 'games/frotz')
-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 |