summaryrefslogtreecommitdiff
path: root/games/quakeforge
diff options
context:
space:
mode:
authorEric Anholt <anholt@FreeBSD.org>2003-03-08 04:01:44 +0000
committerEric Anholt <anholt@FreeBSD.org>2003-03-08 04:01:44 +0000
commit4a602bca40e4be52216da119086e8a4b2b64f1c8 (patch)
treec92633db8f2fdc5b91df806095d06adfa83b45b9 /games/quakeforge
parentFix download site. (diff)
Fix fetching of quakeforge distfiles.
Approved by: portmgr
Notes
Notes: svn path=/head/; revision=77059
Diffstat (limited to 'games/quakeforge')
-rw-r--r--games/quakeforge/Makefile16
1 files changed, 8 insertions, 8 deletions
diff --git a/games/quakeforge/Makefile b/games/quakeforge/Makefile
index 71d6b716386b..cbd5a635406f 100644
--- a/games/quakeforge/Makefile
+++ b/games/quakeforge/Makefile
@@ -8,19 +8,19 @@
PORTNAME= QuakeForge
PORTVERSION= 0.5.2
CATEGORIES= games
-MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \
- ftp://ftp.idsoftware.com/idstuff/quakeworld/unix/
-MASTER_SITE_SUBDIR= quake
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:S/$/:qf/} \
+ ftp://ftp.idsoftware.com/idstuff/quakeworld/unix/:qw
+MASTER_SITE_SUBDIR= quake/:qf
DISTNAME= quakeforge-${PORTVERSION}
-DISTFILES= ${DISTNAME}${EXTRACT_SUFX} ${PROGFILE}
+DISTFILES= ${DISTNAME}${EXTRACT_SUFX}:qf ${PROGFILE}:qw
EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX}
.if !defined(NO_WAD)
-MASTER_SITES+= http://www.devolution.com/~slouken/SDL/projects/quake/data/
-DISTFILES+= ${WADFILE}
+MASTER_SITES+= http://www.libsdl.org/projects/quake/data/:wad
+DISTFILES+= ${WADFILE}:wad
.endif
.if !defined(NO_SKINS)
-MASTER_SITES+= ftp://ftp.idsoftware.com/idstuff/quakeworld/skins/
-DISTFILES+= ${SKINFILES}
+MASTER_SITES+= ftp://ftp.idsoftware.com/idstuff/quakeworld/skins/:skins
+DISTFILES+= ${SKINFILES:S/$/:skins/}
.endif
MAINTAINER= ports@FreeBSD.org