diff options
author | ijliao <ijliao@FreeBSD.org> | 2002-05-21 08:29:28 +0000 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2002-05-21 08:29:28 +0000 |
commit | 7b463dffe87f2acfa303041c87e2d068ac1df80b (patch) | |
tree | 03f28c744e53dc71d6b07c708a5e192ff5dd780c | |
parent | 057a3ac9f8164e88cf575415950f10c520b96335 (diff) | |
download | FreeBSD-ports-7b463dffe87f2acfa303041c87e2d068ac1df80b.zip FreeBSD-ports-7b463dffe87f2acfa303041c87e2d068ac1df80b.tar.gz |
add one more mastersite
take maintainership
PR: 37874
Submitted by: Martin <Martin@raq.cx>
-rw-r--r-- | games/quakeserver/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/games/quakeserver/Makefile b/games/quakeserver/Makefile index 4957f68..e979d73 100644 --- a/games/quakeserver/Makefile +++ b/games/quakeserver/Makefile @@ -9,11 +9,12 @@ PORTNAME= quakeserver PORTVERSION= 1.0 CATEGORIES= games MASTER_SITES= ftp://ftp.idsoftware.com/idstuff/quakeworld/unix/old/ \ - ftp://ftp.idsoftware.com/idstuff/quake/ + ftp://ftp.idsoftware.com/idstuff/quake/ \ + ftp://ftp.sunet.se/pub/pc/games/idgames2/planetquake/threewave/unix/ DISTFILES= unixded-${PORTVERSION}-i386-unknown-bsdi3.0.tar.gz \ quake106.zip -MAINTAINER= ports@FreeBSD.org +MAINTAINER= martin@raq.cx BUILD_DEPENDS= unzip:${PORTSDIR}/archivers/unzip \ lha:${PORTSDIR}/archivers/lha |