diff options
author | cpiazza <cpiazza@FreeBSD.org> | 1999-09-28 22:47:13 +0000 |
---|---|---|
committer | cpiazza <cpiazza@FreeBSD.org> | 1999-09-28 22:47:13 +0000 |
commit | 6ba1345d3e83708d2dce450ca7665aea4a1c16c5 (patch) | |
tree | 5e01e9e62cbac334f24459e9589c629eb88fe962 | |
parent | 9625d5f5132f5ec8d1776f1a8acfbf687d076de2 (diff) | |
download | FreeBSD-ports-6ba1345d3e83708d2dce450ca7665aea4a1c16c5.zip FreeBSD-ports-6ba1345d3e83708d2dce450ca7665aea4a1c16c5.tar.gz |
The last commit had a bogus path in the MASTER_SITE and I forgot
to tell sheldonh before he committed it..
-rw-r--r-- | games/freeciv-gtk2/Makefile | 2 | ||||
-rw-r--r-- | games/freeciv/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/games/freeciv-gtk2/Makefile b/games/freeciv-gtk2/Makefile index 6de9a0a..ea65539 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 diff --git a/games/freeciv/Makefile b/games/freeciv/Makefile index 6de9a0a..ea65539 100644 --- a/games/freeciv/Makefile +++ b/games/freeciv/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 |