summaryrefslogtreecommitdiff
path: root/games/gnuchess/Makefile
diff options
context:
space:
mode:
authortron <tron@pkgsrc.org>1999-11-17 23:06:20 +0000
committertron <tron@pkgsrc.org>1999-11-17 23:06:20 +0000
commit45bd4ad8fbabf3cd18718bd2b96f6d6d00284755 (patch)
tree9b41e8cd84c340cc38e5e1e66347e994a7bb90f7 /games/gnuchess/Makefile
parent42a56ab4313f036c22517edc7e8cbb81893409e6 (diff)
downloadpkgsrc-45bd4ad8fbabf3cd18718bd2b96f6d6d00284755.tar.gz
Update "gnuchess" package to version 4.0.pl80:
- bug in gnuan (difftime was one parameter, should be two.)
Diffstat (limited to 'games/gnuchess/Makefile')
-rw-r--r--games/gnuchess/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/games/gnuchess/Makefile b/games/gnuchess/Makefile
index aa3cbc7902e..b577ded1f3c 100644
--- a/games/gnuchess/Makefile
+++ b/games/gnuchess/Makefile
@@ -1,12 +1,12 @@
-# $NetBSD: Makefile,v 1.3 1999/04/14 21:39:03 tron Exp $
+# $NetBSD: Makefile,v 1.4 1999/11/17 23:06:20 tron Exp $
# FreeBSD Id: Makefile,v 1.6 1999/01/27 07:41:12 fenner Exp
#
-DISTNAME= gnuchess-4.0.pl79
-PKGNAME= gnuchess-4.0.79
+DISTNAME= gnuchess-4.0.pl80
+PKGNAME= gnuchess-4.0.80
WRKSRC= ${WRKDIR}/${DISTNAME}/src
CATEGORIES= games
-MASTER_SITES= ${MASTER_SITE_GNU:=gnuchess/}
+MASTER_SITES= ${MASTER_SITE_LOCAL}
MAINTAINER= packages@netbsd.org