aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--games/wesnoth-devel/Makefile3
-rw-r--r--games/wesnoth/Makefile3
2 files changed, 4 insertions, 2 deletions
diff --git a/games/wesnoth-devel/Makefile b/games/wesnoth-devel/Makefile
index 8a9cea68233f..cc54c5f53f9b 100644
--- a/games/wesnoth-devel/Makefile
+++ b/games/wesnoth-devel/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}
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}