diff options
Diffstat (limited to 'games/quakeforge')
-rw-r--r-- | games/quakeforge/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/games/quakeforge/Makefile b/games/quakeforge/Makefile index 33b5ce6dd884..9032f387cf13 100644 --- a/games/quakeforge/Makefile +++ b/games/quakeforge/Makefile @@ -8,7 +8,8 @@ PORTNAME= QuakeForge PORTVERSION= 0.1.1 CATEGORIES= games -MASTER_SITES= http://download.sourceforge.net/quake/ +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= quake DISTNAME= quakeforge-${PORTVERSION} .if !defined(NO_WAD) MASTER_SITES+= http://www.devolution.com/~slouken/SDL/projects/quake/data/ |