diff options
-rw-r--r-- | games/quakeserver/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/games/quakeserver/Makefile b/games/quakeserver/Makefile index b9050545a836..f24e9c2e1590 100644 --- a/games/quakeserver/Makefile +++ b/games/quakeserver/Makefile @@ -8,9 +8,9 @@ PORTNAME= quakeserver PORTVERSION= 1.0 CATEGORIES= games -MASTER_SITES= ftp://ftp.cdrom.com/pub/quake/planetquake/threewave/unix/ \ +MASTER_SITES= ftp://ftp.idsoftware.com/idstuff/quakeworld/unix/old/ \ ftp://ftp.idsoftware.com/idstuff/quake/ -DISTFILES= unixded-1.0-i386-unknown-bsdi3.0.tar.gz \ +DISTFILES= unixded-${PORTVERSION}-i386-unknown-bsdi3.0.tar.gz \ quake106.zip MAINTAINER= ports@freebsd.org @@ -28,7 +28,7 @@ do-extract: @ unzip -q -o ${DISTDIR}/quake106.zip -d ${WRKDIR} resource.* @ ${CAT} ${WRKDIR}/resource.dat ${WRKDIR}/resource.1 > ${WRKDIR}/resource.exe @ cd ${WRKDIR}; lha xfq resource.exe id1/pak0.pak - @ cd ${WRKDIR}; tar zxf ${DISTDIR}/unixded-1.0-i386-unknown-bsdi3.0.tar.gz + @ cd ${WRKDIR}; tar zxf ${DISTDIR}/unixded-${PORTVERSION}-i386-unknown-bsdi3.0.tar.gz do-configure: @ ${CP} ${FILESDIR}/readme.port ${WRKSRC} |