diff options
author | Kevin Lo <kevlo@FreeBSD.org> | 2000-11-01 15:02:24 +0000 |
---|---|---|
committer | Kevin Lo <kevlo@FreeBSD.org> | 2000-11-01 15:02:24 +0000 |
commit | ba87517954d9189e72f1d8f3882250484e6a688c (patch) | |
tree | 547f7e5ed428e8b8adc0a9c6040457845a9bde31 | |
parent | Add a MASTER_SITE. bento does not like the listed one (diff) |
Fix MASTER_SITES.
PR: 22461
Submitted by: David W. Chapman Jr. <dwcjr@inethouston.net>
Notes
Notes:
svn path=/head/; revision=34555
-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} |