diff options
author | dirk <dirk@FreeBSD.org> | 2001-12-24 00:48:52 +0800 |
---|---|---|
committer | dirk <dirk@FreeBSD.org> | 2001-12-24 00:48:52 +0800 |
commit | 158a84ae455b0f7360c8f3401b3ec34ff4770cc8 (patch) | |
tree | ee6fdb6d550bc8a31287775962842a436bad0f87 /games/xvmines/Makefile | |
parent | ccefd3fcad1f01c8fed1541cae46c8b995ff0f27 (diff) | |
download | freebsd-ports-gnome-158a84ae455b0f7360c8f3401b3ec34ff4770cc8.tar.gz freebsd-ports-gnome-158a84ae455b0f7360c8f3401b3ec34ff4770cc8.tar.zst freebsd-ports-gnome-158a84ae455b0f7360c8f3401b3ec34ff4770cc8.zip |
Install xvmines.6.html, too and thus unbreak make package.
Diffstat (limited to 'games/xvmines/Makefile')
-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 |