summaryrefslogtreecommitdiff
path: root/games/gnugo/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'games/gnugo/Makefile')
-rw-r--r--games/gnugo/Makefile8
1 files changed, 5 insertions, 3 deletions
diff --git a/games/gnugo/Makefile b/games/gnugo/Makefile
index 98e6f0e154f8..5fa43da5e414 100644
--- a/games/gnugo/Makefile
+++ b/games/gnugo/Makefile
@@ -6,17 +6,19 @@
#
PORTNAME= gnugo
-PORTVERSION= 2.6
+PORTVERSION= 3.0.0
CATEGORIES= games
MASTER_SITES= ${MASTER_SITE_GNU}
MASTER_SITE_SUBDIR= gnugo
-MAINTAINER= ports@FreeBSD.org
+MAINTAINER= spcoltri@omcl.org
GNU_CONFIGURE= yes
USE_GMAKE= yes
MAN6= gnugo.6
-MANCOMPRESSED= no
+
+post-extract:
+ ${RM} -f ${WRKSRC}/doc/gnugo.info*
.include <bsd.port.mk>