diff options
Diffstat (limited to 'games/crossfire/Makefile')
-rw-r--r-- | games/crossfire/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/crossfire/Makefile b/games/crossfire/Makefile index c0102c1d6a07..35f2b5e140f0 100644 --- a/games/crossfire/Makefile +++ b/games/crossfire/Makefile @@ -1,12 +1,12 @@ # New ports collection makefile for: crossfire -# Version required: 0.93.0 # Date created: So 27 Okt 1996 12:25:55 MET # Whom: Andreas Klemm <andreas@klemm.gtn.com> # # $FreeBSD$ # -DISTNAME= crossfire-${MAJ}.${MIN}.${PL} +PORTNAME= crossfire +PORTVERSION= ${MAJ}.${MIN}.${PL} CATEGORIES= games MASTER_SITES= http://people.FreeBSD.org/~andreas/download/ \ ftp://ftp.real-time.com/pub/games/crossfire/ \ |