diff options
author | lesi <lesi@FreeBSD.org> | 2004-12-25 06:20:37 +0800 |
---|---|---|
committer | lesi <lesi@FreeBSD.org> | 2004-12-25 06:20:37 +0800 |
commit | cda3ce13c46a8dbd5ae140ccd6e81ddee13c5998 (patch) | |
tree | 7a7012bc700ad659d599dbc605a16585aec63c67 /games/xvmines | |
parent | c66da34957c4c4150311c5b47f93c9fc5ccc3988 (diff) | |
download | freebsd-ports-gnome-cda3ce13c46a8dbd5ae140ccd6e81ddee13c5998.tar.gz freebsd-ports-gnome-cda3ce13c46a8dbd5ae140ccd6e81ddee13c5998.tar.zst freebsd-ports-gnome-cda3ce13c46a8dbd5ae140ccd6e81ddee13c5998.zip |
Revert rev. 1.11 so nonexisting html manpage is not installed.
Noticed by: kris
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 |