diff options
author | Matthew Hunt <mph@FreeBSD.org> | 1998-05-05 22:12:42 +0000 |
---|---|---|
committer | Matthew Hunt <mph@FreeBSD.org> | 1998-05-05 22:12:42 +0000 |
commit | 35b1a94f54a050eb7612eea746b8cb34e7f70888 (patch) | |
tree | a108c7777895043ae96d402c282a3f813f3ea0b5 /games/freeciv/Makefile | |
parent | This is bugfix patch number 1 for XFree86 3.3.2. This patch fixes the (diff) |
Trivially upgrade from 1.53 to 1.54.
Notes
Notes:
svn path=/head/; revision=10867
Diffstat (limited to '')
-rw-r--r-- | games/freeciv/Makefile | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/games/freeciv/Makefile b/games/freeciv/Makefile index e44ddc021d9c..ba8d41da6e9c 100644 --- a/games/freeciv/Makefile +++ b/games/freeciv/Makefile @@ -1,16 +1,15 @@ # New ports collection makefile for: freeciv -# Version required: 1.53 +# Version required: 1.54 # Date created: Jun 20 1997 # Whom: ada@bsd.org # -# $Id: Makefile,v 1.6 1998/02/15 14:18:32 jseger Exp $ +# $Id: Makefile,v 1.7 1998/03/12 01:43:49 vanilla Exp $ # -DISTNAME= freeciv153 -PKGNAME= freeciv-1.53 +DISTNAME= freeciv154 +PKGNAME= freeciv-1.54 CATEGORIES= games -MASTER_SITES= ftp://ftp.daimi.aau.dk/pub/stud/pjunold/freeciv/ -#EXTRACT_SUFX= .tgz +MASTER_SITES= ftp://freeciv.ultraviolet.org/pub/freeciv/ MAINTAINER= ada@bsd.org |