diff options
author | mharo <mharo@FreeBSD.org> | 2000-04-14 06:43:02 +0000 |
---|---|---|
committer | mharo <mharo@FreeBSD.org> | 2000-04-14 06:43:02 +0000 |
commit | 6599d6b639f394c76bd685334176d0ea473272f6 (patch) | |
tree | 87290a24dc693e032af86ef10d80bb0e033177d2 /games/gltron | |
parent | bd7c26fd475b83cf08e572e12b2d6e9f8af4d3b9 (diff) | |
download | FreeBSD-ports-6599d6b639f394c76bd685334176d0ea473272f6.zip FreeBSD-ports-6599d6b639f394c76bd685334176d0ea473272f6.tar.gz |
PORTNAME/PORTVERSION stuff
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 cd4ef67..dc1873b 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/ |