diff options
Diffstat (limited to 'games/crossfire-server')
-rw-r--r-- | games/crossfire-server/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/games/crossfire-server/Makefile b/games/crossfire-server/Makefile index fb112f82107f..05847690b1db 100644 --- a/games/crossfire-server/Makefile +++ b/games/crossfire-server/Makefile @@ -9,8 +9,9 @@ PORTNAME= crossfire PORTVERSION= 1.11.0 PORTREVISION= 1 CATEGORIES= games -MASTER_SITES= SF \ +MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-server/${PORTVERSION} \ ftp://ftp.real-time.com/pub/games/crossfire/ + PKGNAMESUFFIX= -server DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \ ${DISTNAME}.maps${EXTRACT_SUFX} |