aboutsummaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
Diffstat (limited to 'gnu')
-rw-r--r--gnu/games/chess/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/games/chess/Makefile b/gnu/games/chess/Makefile
index d5fa6f48f53ca..7a084cb0e9f87 100644
--- a/gnu/games/chess/Makefile
+++ b/gnu/games/chess/Makefile
@@ -3,7 +3,7 @@
PROG= chess
SRCS= gnuchess.c uxdsp.c move.c
CFLAGS+=-DNEWMOVE=12
-MAN6= chess.0
+MAN6= chess.6
DPADD= ${LIBCURSES} ${LIBTERM}
LDADD= -lcurses -ltermlib
HIDEGAME=hidegame