diff options
author | Satoshi Asami <asami@FreeBSD.org> | 2000-04-14 12:28:40 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 2000-04-14 12:28:40 +0000 |
commit | 2971a93e525324599461eda215641f9a624352d0 (patch) | |
tree | 17c2ee6d6c0d04729c11b3bc5f6921df0a881bb7 /games/xshipwars-client | |
parent | Convert to PORTNAME/PORTVERSION. lfview had an invalid version (diff) |
Convert to PORTNAME/PORTVERSION. The following ports hand invalid version
strings so I fixed them: quakeforge, netrek-BRMH, netrek-COW3, tetrinet-x and
xnibbles.
Diffstat (limited to 'games/xshipwars-client')
-rw-r--r-- | games/xshipwars-client/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/xshipwars-client/Makefile b/games/xshipwars-client/Makefile index 72dc58d69cb9..c90cf642729c 100644 --- a/games/xshipwars-client/Makefile +++ b/games/xshipwars-client/Makefile @@ -1,12 +1,12 @@ # New ports collection makefile for: XShipWars-Game-Client -# Version required: 1.23 # Date created: Nov 7th 1999 # Whom: troll # # $FreeBSD$ # -DISTNAME= xshipwars-client-1.23 +PORTNAME= xshipwars-client +PORTVERSION= 1.23 CATEGORIES= games MASTER_SITES= ftp://fox.mit.edu/pub/xsw/ DISTFILES= xsw1.23.tgz stimages1.3.tgz |