diff options
author | Michael Haro <mharo@FreeBSD.org> | 2000-04-14 00:45:49 +0000 |
---|---|---|
committer | Michael Haro <mharo@FreeBSD.org> | 2000-04-14 00:45:49 +0000 |
commit | 0bdd9a7b8fd6ff36b4f17233546d5d4deffe9da8 (patch) | |
tree | 6a9eecf5c996622bdb9a53dcf4bd868e5d3c2e38 /games/crossfire-server | |
parent | 0f29953274700e3113ef38abbe8132e0b248333d (diff) | |
download | ports-0bdd9a7b8fd6ff36b4f17233546d5d4deffe9da8.tar.gz ports-0bdd9a7b8fd6ff36b4f17233546d5d4deffe9da8.zip |
Notes
Diffstat (limited to 'games/crossfire-server')
-rw-r--r-- | games/crossfire-server/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/crossfire-server/Makefile b/games/crossfire-server/Makefile index c0102c1d6a07..35f2b5e140f0 100644 --- a/games/crossfire-server/Makefile +++ b/games/crossfire-server/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/ \ |