diff options
author | Tim Bishop <tdb@FreeBSD.org> | 2005-12-16 12:28:14 +0000 |
---|---|---|
committer | Tim Bishop <tdb@FreeBSD.org> | 2005-12-16 12:28:14 +0000 |
commit | 34ae5a732868edf0aa3030742d0733ba87b66d63 (patch) | |
tree | 42fc9849c07ef89f9fd65fa6f30b140a8f9784cb /games/uox3 | |
parent | b941f11753acbaf25713d949e2a941f31acb3bed (diff) |
Notes
Diffstat (limited to 'games/uox3')
-rw-r--r-- | games/uox3/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/games/uox3/Makefile b/games/uox3/Makefile index b42e338da211..739674bd80a1 100644 --- a/games/uox3/Makefile +++ b/games/uox3/Makefile @@ -9,8 +9,9 @@ PORTNAME= uox3 PORTVERSION= 0.69.02 PORTREVISION= 1 CATEGORIES= games -MASTER_SITES= ftp://ftp.borg-cube.com/pub/uox3/ -DISTFILES= ${DISTNAME}${EXTRACT_SUFX} tqpsworld${EXTRACT_SUFX} +MASTER_SITES= http://www.mwcyber.com/GateTraveler/uox/files/:file1 \ + http://mirror.etf.bg.ac.yu/freebsd/distfiles/uox3/:file2 +DISTFILES= ${DISTNAME}${EXTRACT_SUFX}:file1 tqpsworld${EXTRACT_SUFX}:file2 DISTNAME= uox3v6902-linux MAINTAINER= ports@FreeBSD.org |