diff options
author | mharo <mharo@FreeBSD.org> | 2000-04-14 06:53:26 +0000 |
---|---|---|
committer | mharo <mharo@FreeBSD.org> | 2000-04-14 06:53:26 +0000 |
commit | 4750962a9f24bed87662ecb262de7343eeb4813f (patch) | |
tree | 2f9aa4e1816cbe9840b67225860dac9ecb87faa3 /games/gnuchess | |
parent | 6599d6b639f394c76bd685334176d0ea473272f6 (diff) | |
download | FreeBSD-ports-4750962a9f24bed87662ecb262de7343eeb4813f.zip FreeBSD-ports-4750962a9f24bed87662ecb262de7343eeb4813f.tar.gz |
update g-k ports with PORTNAME/PORTVERSION and fix error in fkiss's Makefile
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 28439a1..3915988 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 |