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/glasteroids | |
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/glasteroids')
-rw-r--r-- | games/glasteroids/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/games/glasteroids/Makefile b/games/glasteroids/Makefile index 8abe95d5ec32..0c5cf1bf3f91 100644 --- a/games/glasteroids/Makefile +++ b/games/glasteroids/Makefile @@ -1,15 +1,15 @@ # New ports collection makefile for: glasteroids -# Version required: 1.0 # Date created: 16 August 1999 # Whom: Andrey Zakhvatov # # $FreeBSD$ # -DISTNAME= Glasteriods -PKGNAME= glasteroids-1.0 +PORTNAME= glasteroids +PORTVERSION= 1.0 CATEGORIES= games MASTER_SITES= http://www.honors.montana.edu/~jjc/Glasteroids/ +DISTNAME= Glasteriods MAINTAINER= will@FreeBSD.org |