diff options
Diffstat (limited to 'games/crossfire-client/Makefile')
-rw-r--r-- | games/crossfire-client/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/games/crossfire-client/Makefile b/games/crossfire-client/Makefile index 26dfbcbb3a2a..d6eeecf901f9 100644 --- a/games/crossfire-client/Makefile +++ b/games/crossfire-client/Makefile @@ -9,10 +9,11 @@ PORTNAME= crossfire-client PORTVERSION= 1.8.0 PORTREVISION= 4 CATEGORIES= games -MASTER_SITES= SF \ +MASTER_SITES= SF/crossfire/${PORTNAME}/${PORTVERSION} \ ftp://ftp.ifi.uio.no/pub/crossfire/ \ + ftp://ftp.real-time.com/pub/games/crossfire/ -MASTER_SITE_SUBDIR= ${PORTNAME:S/-client//} + DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \ ${PORTNAME}-images-1.7.1${EXTRACT_SUFX} \ ${PORTNAME}-sounds-1.4.0${EXTRACT_SUFX} |