diff options
author | Michael Haro <mharo@FreeBSD.org> | 2000-04-14 06:53:26 +0000 |
---|---|---|
committer | Michael Haro <mharo@FreeBSD.org> | 2000-04-14 06:53:26 +0000 |
commit | a7f42416d7a766482b1e0d1d8b9055c917426356 (patch) | |
tree | a9a11ef714e9c9e8e6ef7346e0d5ec79a867bb7f /games/gnuchess | |
parent | 429158af25cb05709764d4c6fe0104616975ac77 (diff) | |
download | ports-a7f42416d7a766482b1e0d1d8b9055c917426356.tar.gz ports-a7f42416d7a766482b1e0d1d8b9055c917426356.zip |
update g-k ports with PORTNAME/PORTVERSION and fix error in fkiss's Makefile
Notes
Notes:
svn path=/head/; revision=27508
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 |