diff options
author | Johan van Selst <johans@FreeBSD.org> | 2016-01-20 20:47:39 +0000 |
---|---|---|
committer | Johan van Selst <johans@FreeBSD.org> | 2016-01-20 20:47:39 +0000 |
commit | 82051c765a0241d3b0de7d005b0c404aa44aeaf5 (patch) | |
tree | 9ecab7b4c42c8f0d5063041c7bb296159ca85bee /games/freeciv/Makefile | |
parent | 1064e01a5db06aac5158c97fa22f8de1681d2607 (diff) |
Notes
Diffstat (limited to 'games/freeciv/Makefile')
-rw-r--r-- | games/freeciv/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/games/freeciv/Makefile b/games/freeciv/Makefile index f86de1e3d13b..39b004c88e4d 100644 --- a/games/freeciv/Makefile +++ b/games/freeciv/Makefile @@ -2,9 +2,10 @@ # $FreeBSD$ PORTNAME= freeciv -PORTVERSION= 2.5.1 +PORTVERSION= 2.5.2 CATEGORIES= games -MASTER_SITES= SF/freeciv/Freeciv%20${PORTVERSION:R}/${PORTVERSION} +MASTER_SITES= SF/freeciv/Freeciv%20${PORTVERSION:R}/${PORTVERSION} \ + http://download.gna.org/freeciv/stable/ MAINTAINER= johans@FreeBSD.org COMMENT= Free turn-based multiplayer strategy |