diff options
author | miwi <miwi@FreeBSD.org> | 2014-02-03 17:47:27 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2014-02-03 17:47:27 +0800 |
commit | 5f4572efe091ea22071742fec9204d64235d445c (patch) | |
tree | d06c3cd05bd3ac19145943ef14e5df4dbdf98a39 /games | |
parent | e475f25c20be16da777bd7ebb0f60edd7f4540be (diff) | |
download | freebsd-ports-gnome-5f4572efe091ea22071742fec9204d64235d445c.tar.gz freebsd-ports-gnome-5f4572efe091ea22071742fec9204d64235d445c.tar.zst freebsd-ports-gnome-5f4572efe091ea22071742fec9204d64235d445c.zip |
- Stage support
Diffstat (limited to 'games')
-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* |