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/galaxis | |
parent | Finish converting editors/ to PORTNAME/PORTVERSION. (diff) |
PORTNAME/PORTVERSION stuff
Notes
Notes:
svn path=/head/; revision=27507
Diffstat (limited to 'games/galaxis')
-rw-r--r-- | games/galaxis/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/galaxis/Makefile b/games/galaxis/Makefile index 058874d039d8..6b6757125aec 100644 --- a/games/galaxis/Makefile +++ b/games/galaxis/Makefile @@ -1,12 +1,12 @@ # New ports collection makefile for: galaxis -# Version required: 1.1 # Date created: 30 June 1997 # Whom: Andrey Zakhvatov # # $FreeBSD$ # -DISTNAME= galaxis-1.1 +PORTNAME= galaxis +PORTVERSION= 1.1 CATEGORIES= games MASTER_SITES= ftp://locke.ccil.org/pub/esr/ |