diff options
author | sobomax <sobomax@FreeBSD.org> | 2001-10-19 12:46:16 +0000 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2001-10-19 12:46:16 +0000 |
commit | 8b7fd9db032ff5c6a3b7243aced5baf42baa7f41 (patch) | |
tree | 80ab0d53311323da120e949b758f6029bae4fc76 /www/orion/Makefile | |
parent | 0125c72e23d6081accd3d9d684f4482d47486c95 (diff) | |
download | FreeBSD-ports-8b7fd9db032ff5c6a3b7243aced5baf42baa7f41.zip FreeBSD-ports-8b7fd9db032ff5c6a3b7243aced5baf42baa7f41.tar.gz |
Improve download locations.
PR: 31371
Submitted by: maintainer
Diffstat (limited to 'www/orion/Makefile')
-rw-r--r-- | www/orion/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/www/orion/Makefile b/www/orion/Makefile index 3d885d8..9a6e9e3 100644 --- a/www/orion/Makefile +++ b/www/orion/Makefile @@ -9,10 +9,11 @@ PORTNAME= orion PORTVERSION= 1.4.5 PORTREVISION= 7 CATEGORIES= www java -MASTER_SITES= ftp://ftp.sunet.se/pub/database/utils/orionserver/ \ +MASTER_SITES= http://www.orionserver.com/mirrordownload.jsp?file= \ + ftp://ftp.sunet.se/pub/database/utils/orionserver/ \ + http://metaverse.euronet.nl/~ernst/ \ ${MASTER_SITE_LOCAL} \ - http://www.jollem.com/ \ - http://www.sebster.com/~elvis/ + http://www.jollem.com/ MASTER_SITE_SUBDIR= sobomax DISTNAME= ${PORTNAME}${PORTVERSION} |