diff options
Diffstat (limited to 'games/adonthell')
-rw-r--r-- | games/adonthell/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/games/adonthell/Makefile b/games/adonthell/Makefile index 02919b71a55d..205b4a6e0dd0 100644 --- a/games/adonthell/Makefile +++ b/games/adonthell/Makefile @@ -8,7 +8,8 @@ PORTNAME= adonthell PORTVERSION= 0.3.3 CATEGORIES= games -MASTER_SITES= http://savannah.nongnu.org/download/${PORTNAME}/src/ +MASTER_SITES= ${MASTER_SITE_SAVANNAH} +MASTER_SITE_SUBDIR= ${PORTNAME}/src DISTFILES= ${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX} \ wastesedge-${PORTVERSION}${EXTRACT_SUFX} |