diff options
author | cpiazza <cpiazza@FreeBSD.org> | 1999-09-29 06:47:13 +0800 |
---|---|---|
committer | cpiazza <cpiazza@FreeBSD.org> | 1999-09-29 06:47:13 +0800 |
commit | 6ba1345d3e83708d2dce450ca7665aea4a1c16c5 (patch) | |
tree | 5e01e9e62cbac334f24459e9589c629eb88fe962 /games/freeciv | |
parent | 9625d5f5132f5ec8d1776f1a8acfbf687d076de2 (diff) | |
download | freebsd-ports-gnome-6ba1345d3e83708d2dce450ca7665aea4a1c16c5.tar.gz freebsd-ports-gnome-6ba1345d3e83708d2dce450ca7665aea4a1c16c5.tar.zst freebsd-ports-gnome-6ba1345d3e83708d2dce450ca7665aea4a1c16c5.zip |
The last commit had a bogus path in the MASTER_SITE and I forgot
to tell sheldonh before he committed it..
Diffstat (limited to 'games/freeciv')
-rw-r--r-- | games/freeciv/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/freeciv/Makefile b/games/freeciv/Makefile index 6de9a0ae2665..ea6553997a41 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 |