diff options
author | Dirk Froemberg <dirk@FreeBSD.org> | 2001-12-23 16:48:52 +0000 |
---|---|---|
committer | Dirk Froemberg <dirk@FreeBSD.org> | 2001-12-23 16:48:52 +0000 |
commit | 6240a77d45110b2c0c17cc17221e005b41c83d8c (patch) | |
tree | d41c9e4cedf60c895983ec8a2f2707f816e4d93f /games/xvmines | |
parent | a9f37fecd2a924247c15bd6ebcac6761c728f89e (diff) | |
download | ports-6240a77d45110b2c0c17cc17221e005b41c83d8c.tar.gz ports-6240a77d45110b2c0c17cc17221e005b41c83d8c.zip |
Notes
Diffstat (limited to 'games/xvmines')
-rw-r--r-- | games/xvmines/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/games/xvmines/Makefile b/games/xvmines/Makefile index 422f7e7c1aed..137dbe2a9ab8 100644 --- a/games/xvmines/Makefile +++ b/games/xvmines/Makefile @@ -23,6 +23,7 @@ MANCOMPRESSED= no do-install: ${INSTALL_PROGRAM} ${WRKSRC}/xvmines ${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/xvmines.man ${PREFIX}/man/man6/xvmines.6 + ${INSTALL_DATA} ${WRKSRC}/xvmines.1.html ${PREFIX}/lib/X11/doc/html/xvmines.6.html @${MKDIR} ${PREFIX}/share/doc/xvmines ${INSTALL_DATA} ${WRKSRC}/Copyright ${PREFIX}/share/doc/xvmines |