diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2009-01-29 14:45:30 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2009-01-29 14:45:30 +0000 |
commit | d98fbe1fb4ccf9fa205125e496f6720a9d0411d3 (patch) | |
tree | 148f7953256b5c255b42909f4d9a4e7d81abdbb5 /games/freecell-solver | |
parent | e2879b13fc63cb39d0579edac72664ee1bf4b879 (diff) |
Notes
Diffstat (limited to 'games/freecell-solver')
-rw-r--r-- | games/freecell-solver/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/games/freecell-solver/Makefile b/games/freecell-solver/Makefile index 9fe3ff73b78a..242b053bd54a 100644 --- a/games/freecell-solver/Makefile +++ b/games/freecell-solver/Makefile @@ -19,6 +19,7 @@ COMMENT= A program that automatically solves games of Freecell USE_PERL5_BUILD= yes USE_CMAKE= yes USE_LDCONFIG= yes +PORTDOCS= * MAN6= fc-solve-board_gen.6 \ fc-solve.6 \ |