diff options
author | mharo <mharo@FreeBSD.org> | 2000-04-14 14:53:26 +0800 |
---|---|---|
committer | mharo <mharo@FreeBSD.org> | 2000-04-14 14:53:26 +0800 |
commit | 4750962a9f24bed87662ecb262de7343eeb4813f (patch) | |
tree | 2f9aa4e1816cbe9840b67225860dac9ecb87faa3 /games/gnomechess/Makefile | |
parent | 6599d6b639f394c76bd685334176d0ea473272f6 (diff) | |
download | freebsd-ports-gnome-4750962a9f24bed87662ecb262de7343eeb4813f.tar.gz freebsd-ports-gnome-4750962a9f24bed87662ecb262de7343eeb4813f.tar.zst freebsd-ports-gnome-4750962a9f24bed87662ecb262de7343eeb4813f.zip |
update g-k ports with PORTNAME/PORTVERSION and fix error in fkiss's Makefile
Diffstat (limited to 'games/gnomechess/Makefile')
-rw-r--r-- | games/gnomechess/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/games/gnomechess/Makefile b/games/gnomechess/Makefile index 095a5ed0b60d..6d7c82228e83 100644 --- a/games/gnomechess/Makefile +++ b/games/gnomechess/Makefile @@ -1,16 +1,16 @@ # New ports collection makefile for: gnomechess -# Version required: 0.2.4 # Date created: 29 January 2000 # Whom: Jeremy Lea <reg@shale.csir.co.za> # # $FreeBSD$ # -DISTNAME= gnome-chess-0.2.4 -PKGNAME= gnomechess-0.2.4 +PORTNAME= gnomechess +PORTVERSION= 0.2.4 CATEGORIES= games gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= stable/sources/gnome-chess +DISTNAME= gnome-chess-${PORTVERSION} MAINTAINER= reg@FreeBSD.org |