diff options
author | kevlo <kevlo@FreeBSD.org> | 2000-11-01 23:02:24 +0800 |
---|---|---|
committer | kevlo <kevlo@FreeBSD.org> | 2000-11-01 23:02:24 +0800 |
commit | 000130e5f38d63a62bc3411120d60d04f46c6d98 (patch) | |
tree | dfcdaed764517f056619cb3de8bb1ed6be19690d /games/quakeserver | |
parent | 01238ebf6bdaad485c92a36962779cb360eb982b (diff) | |
download | freebsd-ports-gnome-000130e5f38d63a62bc3411120d60d04f46c6d98.tar.gz freebsd-ports-gnome-000130e5f38d63a62bc3411120d60d04f46c6d98.tar.zst freebsd-ports-gnome-000130e5f38d63a62bc3411120d60d04f46c6d98.zip |
Fix MASTER_SITES.
PR: 22461
Submitted by: David W. Chapman Jr. <dwcjr@inethouston.net>
Diffstat (limited to 'games/quakeserver')
-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} |