diff options
author | Andrew Pantyukhin <sat@FreeBSD.org> | 2006-07-30 22:46:04 +0000 |
---|---|---|
committer | Andrew Pantyukhin <sat@FreeBSD.org> | 2006-07-30 22:46:04 +0000 |
commit | c36ad3d129196bf371f8b1e650cef771fc18aaaf (patch) | |
tree | caeabb0c3035ccf1e769faf1a7462cba94c7f3a3 /games/freeciv | |
parent | c269df1a2f43e67f827276d186837c1488ac1277 (diff) |
- Provide additional mirrors where needed
- Convert to "magic" master sites
- Various minor portlint-prodded fixes
Notes
Notes:
svn path=/head/; revision=169159
Diffstat (limited to 'games/freeciv')
-rw-r--r-- | games/freeciv/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/games/freeciv/Makefile b/games/freeciv/Makefile index 6e31cc9e5957..433f710f9fa1 100644 --- a/games/freeciv/Makefile +++ b/games/freeciv/Makefile @@ -8,9 +8,7 @@ PORTNAME= freeciv PORTVERSION= 2.0.8 CATEGORIES= games -MASTER_SITES= ftp://ftp.freeciv.org/pub/freeciv/stable/ \ - ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= ${PORTNAME} +MASTER_SITES= ftp://ftp.freeciv.org/pub/freeciv/stable/ SF MAINTAINER?= infofarmer@FreeBSD.org COMMENT?= A civilisation clone for X11; multiplayer |