diff options
author | Chris Piazza <cpiazza@FreeBSD.org> | 1999-09-28 22:47:13 +0000 |
---|---|---|
committer | Chris Piazza <cpiazza@FreeBSD.org> | 1999-09-28 22:47:13 +0000 |
commit | 935d80d6686082e8d08721095c8b5cffe0a943fb (patch) | |
tree | f1a0d2c584c9238435c3e5639012895d03ca48ba /games/freeciv-gtk2 | |
parent | Upgrade to 1.3. (diff) |
The last commit had a bogus path in the MASTER_SITE and I forgot
to tell sheldonh before he committed it..
Notes
Notes:
svn path=/head/; revision=22055
Diffstat (limited to 'games/freeciv-gtk2')
-rw-r--r-- | games/freeciv-gtk2/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/freeciv-gtk2/Makefile b/games/freeciv-gtk2/Makefile index 6de9a0ae2665..ea6553997a41 100644 --- a/games/freeciv-gtk2/Makefile +++ b/games/freeciv-gtk2/Makefile @@ -8,7 +8,7 @@ DISTNAME= freeciv-1.8.3 CATEGORIES= games -MASTER_SITES= ftp://ftp.freeciv.org/pub/freeciv/stable_version/ \ +MASTER_SITES= ftp://ftp.freeciv.org/pub/freeciv/beta_version/ \ http://www.physik.TU-Berlin.DE/~ibex/ports/distfiles/ MAINTAINER= ada@bsd.org |