diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2014-02-03 09:47:27 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2014-02-03 09:47:27 +0000 |
commit | 8073005f935ffe4964cb8be18237c9ddc8397bde (patch) | |
tree | d06c3cd05bd3ac19145943ef14e5df4dbdf98a39 /games/gnugo | |
parent | 9438b20b3872e15e05f91792e8db76420723818a (diff) |
Notes
Diffstat (limited to 'games/gnugo')
-rw-r--r-- | games/gnugo/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/games/gnugo/Makefile b/games/gnugo/Makefile index eb53c792cf08..8fc242ed236e 100644 --- a/games/gnugo/Makefile +++ b/games/gnugo/Makefile @@ -11,13 +11,12 @@ MAINTAINER= spcoltri@omcl.org COMMENT= The game of Go GNU_CONFIGURE= yes -USE_GMAKE= yes +USES= gmake INFO= gnugo -MAN6= gnugo.6 -PLIST_FILES= bin/gnugo +PLIST_FILES= bin/gnugo \ + man/man6/gnugo.6.gz -NO_STAGE= yes post-extract: ${RM} -f ${WRKSRC}/doc/gnugo.info* |