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/gltron | |
parent | Finish converting editors/ to PORTNAME/PORTVERSION. (diff) |
PORTNAME/PORTVERSION stuff
Notes
Notes:
svn path=/head/; revision=27507
Diffstat (limited to 'games/gltron')
-rw-r--r-- | games/gltron/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/gltron/Makefile b/games/gltron/Makefile index cd4ef67ecac1..dc1873beeb04 100644 --- a/games/gltron/Makefile +++ b/games/gltron/Makefile @@ -1,12 +1,12 @@ # New ports collection makefile for: gltron -# Version required: 0.53 # Date created: 24 July 1999 # Whom: Andrey Zakhvatov # # $FreeBSD$ # -DISTNAME= gltron-0.53 +PORTNAME= gltron +PORTVERSION= 0.53 CATEGORIES= games MASTER_SITES= http://www.ards.net/Andreas/gltron/ |