diff options
author | mezz <mezz@FreeBSD.org> | 2004-07-23 16:07:48 +0800 |
---|---|---|
committer | mezz <mezz@FreeBSD.org> | 2004-07-23 16:07:48 +0800 |
commit | 60270b0d355f79b51e311dbf9dab39b3bc403d58 (patch) | |
tree | bf1ad12ab2aa29ff85cb1609ead3a19a04a71ca4 /games/wesnoth | |
parent | ea61a0e12a2b165198c52e271e016ec5d65fe211 (diff) | |
download | freebsd-ports-gnome-60270b0d355f79b51e311dbf9dab39b3bc403d58.tar.gz freebsd-ports-gnome-60270b0d355f79b51e311dbf9dab39b3bc403d58.tar.zst freebsd-ports-gnome-60270b0d355f79b51e311dbf9dab39b3bc403d58.zip |
Change MASTER_SITES, the Wesnoth developers want people to start to use
sourceforge.net host. I shall respect their wish.
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} |