diff options
author | Jeremy Messenger <mezz@FreeBSD.org> | 2004-07-23 08:07:48 +0000 |
---|---|---|
committer | Jeremy Messenger <mezz@FreeBSD.org> | 2004-07-23 08:07:48 +0000 |
commit | e6248dcda9cfeb954ed39fdb82049fea2dc4405f (patch) | |
tree | 3bf69b71278aa527d45762065aa877813f20bbd7 /games/wesnoth | |
parent | Update to 0.7.2 (diff) |
Change MASTER_SITES, the Wesnoth developers want people to start to use
sourceforge.net host. I shall respect their wish.
Notes
Notes:
svn path=/head/; revision=114478
Diffstat (limited to 'games/wesnoth')
-rw-r--r-- | games/wesnoth/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/games/wesnoth/Makefile b/games/wesnoth/Makefile index 8a9cea68233f..cc54c5f53f9b 100644 --- a/games/wesnoth/Makefile +++ b/games/wesnoth/Makefile @@ -8,7 +8,8 @@ PORTNAME= wesnoth PORTVERSION= 0.8 CATEGORIES= games -MASTER_SITES= http://www.wesnoth.org/files/ +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= wesnoth .if defined(LITE) PKGNAMESUFFIX= -lite DISTNAME= ${PORTNAME}${PKGNAMESUFFIX}-${PORTVERSION} |