diff options
Diffstat (limited to 'games/gnuchess')
-rw-r--r-- | games/gnuchess/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/games/gnuchess/Makefile b/games/gnuchess/Makefile index 28439a1b6762..3915988703ed 100644 --- a/games/gnuchess/Makefile +++ b/games/gnuchess/Makefile @@ -1,16 +1,16 @@ # New ports collection makefile for: Gnu Chess -# Version required: 4.0pl79 # Date created: 04 July 1996 # Whom: markm # # $FreeBSD$ # -DISTNAME= gnuchess-4.0.pl80 -PKGNAME= gnuchess-4.0.80 +PORTNAME= gnuchess +PORTVERSION= 4.0.80 CATEGORIES= games MASTER_SITES= ${MASTER_SITE_GNU} MASTER_SITE_SUBDIR= gnuchess +DISTNAME= gnuchess-4.0.pl80 MAINTAINER= markm@FreeBSD.org |