diff options
author | ijliao <ijliao@FreeBSD.org> | 2002-05-21 16:29:28 +0800 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2002-05-21 16:29:28 +0800 |
commit | 7b463dffe87f2acfa303041c87e2d068ac1df80b (patch) | |
tree | 03f28c744e53dc71d6b07c708a5e192ff5dd780c /games | |
parent | 057a3ac9f8164e88cf575415950f10c520b96335 (diff) | |
download | freebsd-ports-gnome-7b463dffe87f2acfa303041c87e2d068ac1df80b.tar.gz freebsd-ports-gnome-7b463dffe87f2acfa303041c87e2d068ac1df80b.tar.zst freebsd-ports-gnome-7b463dffe87f2acfa303041c87e2d068ac1df80b.zip |
add one more mastersite
take maintainership
PR: 37874
Submitted by: Martin <Martin@raq.cx>
Diffstat (limited to 'games')
-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 4957f68a3317..e979d73ec093 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 |