diff options
author | andreas <andreas@FreeBSD.org> | 1998-09-01 02:58:31 +0800 |
---|---|---|
committer | andreas <andreas@FreeBSD.org> | 1998-09-01 02:58:31 +0800 |
commit | a6cb4b652406414ce2ad13fbf4a8a13000740bf0 (patch) | |
tree | 6a126de74255f272a559f27ef3ad5f175e0d282c /games/crossfire/Makefile | |
parent | c0fe67d49eb3c3bcfac9f97b00eaf5373e678666 (diff) | |
download | freebsd-ports-gnome-a6cb4b652406414ce2ad13fbf4a8a13000740bf0.tar.gz freebsd-ports-gnome-a6cb4b652406414ce2ad13fbf4a8a13000740bf0.tar.zst freebsd-ports-gnome-a6cb4b652406414ce2ad13fbf4a8a13000740bf0.zip |
Update to latest crossfire version.
This will be the latest version, the author has a new version in the pipeline.
This version will only get bugfixes from now on.
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 d5d874f286b6..2b830182fc73 100644 --- a/games/crossfire/Makefile +++ b/games/crossfire/Makefile @@ -3,7 +3,7 @@ # Date created: So 27 Okt 1996 12:25:55 MET # Whom: Andreas Klemm <andreas@klemm.gtn.com> # -# $Id: Makefile,v 1.20 1998/05/08 13:51:26 andreas Exp $ +# $Id: Makefile,v 1.21 1998/05/08 13:59:14 andreas Exp $ # DISTNAME= crossfire-${MAJ}.${MIN}.${PL} @@ -36,7 +36,7 @@ WANT_CF_ARCH= NO MAJ= 0 MIN= 94 -PL= 1 +PL= 3 CF_SOURCES= crossfire-${MAJ}.${MIN}.${PL}.tar.gz CF_MAPS= crossfire-${MAJ}.${MIN}.${PL}.maps.tar.gz # crossfire doc ready for use |