summaryrefslogtreecommitdiff
path: root/games/gnugo/Makefile
diff options
context:
space:
mode:
authorFUJISHIMA Satsuki <sf@FreeBSD.org>2001-09-22 21:30:34 +0000
committerFUJISHIMA Satsuki <sf@FreeBSD.org>2001-09-22 21:30:34 +0000
commit01b6ecbb3e2140c3b59e54eccc0b4ca1ca1b09fa (patch)
tree7d36862bcc83020d68b1c760551d64bece8b2080 /games/gnugo/Makefile
parentUpdate the cvsup port to build snap-16.1e. It is the best version (diff)
o update to 3.0.0.
o pass maintainership over to submitter. PR: 30067 Submitted by: Steve Coltrin <spcoltri@omcl.org> o unify info files. o remove useless MANCOMPRESSED.
Notes
Notes: svn path=/head/; revision=48088
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>