diff options
author | Dejan Lesjak <lesi@FreeBSD.org> | 2004-12-24 22:20:37 +0000 |
---|---|---|
committer | Dejan Lesjak <lesi@FreeBSD.org> | 2004-12-24 22:20:37 +0000 |
commit | 298d3e56a218b62b9c8189d571b7d7f938629a12 (patch) | |
tree | 0e6805ac3f15363d394d924d4f72e326a6184905 /games/xvmines | |
parent | 7b47a6536a5e9a7ebef45ed808a9b594ebcbb1fa (diff) |
Revert rev. 1.11 so nonexisting html manpage is not installed.
Noticed by: kris
Notes
Notes:
svn path=/head/; revision=125096
Diffstat (limited to 'games/xvmines')
-rw-r--r-- | games/xvmines/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/games/xvmines/Makefile b/games/xvmines/Makefile index 77b6ff1bd187..5c3b73665144 100644 --- a/games/xvmines/Makefile +++ b/games/xvmines/Makefile @@ -23,7 +23,6 @@ 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 |