diff options
author | Michael Haro <mharo@FreeBSD.org> | 2000-04-14 06:43:02 +0000 |
---|---|---|
committer | Michael Haro <mharo@FreeBSD.org> | 2000-04-14 06:43:02 +0000 |
commit | 429158af25cb05709764d4c6fe0104616975ac77 (patch) | |
tree | 9e9cb106a6ea302a7f591288518ee4b0522e76e8 /games/garith | |
parent | 935870e192795a0db5cb9ead5131241e4a62f235 (diff) | |
download | ports-429158af25cb05709764d4c6fe0104616975ac77.tar.gz ports-429158af25cb05709764d4c6fe0104616975ac77.zip |
PORTNAME/PORTVERSION stuff
Notes
Notes:
svn path=/head/; revision=27507
Diffstat (limited to 'games/garith')
-rw-r--r-- | games/garith/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/garith/Makefile b/games/garith/Makefile index 7a5113f6bab9..c2587f991497 100644 --- a/games/garith/Makefile +++ b/games/garith/Makefile @@ -1,12 +1,12 @@ # New ports collection makefile for: garith -# Version required: 2.1 # Date created: 5 August 1998 # Whom: Andrey Zakhvatov # # $FreeBSD$ # -DISTNAME= garith-2.1 +PORTNAME= garith +PORTVERSION= 2.1 CATEGORIES= games MASTER_SITES= http://www.cnm-vra.com/micah/garith/ |