diff options
author | sobomax <sobomax@FreeBSD.org> | 2001-05-26 22:07:43 +0000 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2001-05-26 22:07:43 +0000 |
commit | 6ec3841ed7a1a8f86126bbaaecaa78350853dcfd (patch) | |
tree | b2beee37369f6c8b7c05958a383afcc71f47f992 /www/orion | |
parent | 323f1cae4292b7fd608921056633662fa0cedcbb (diff) | |
download | FreeBSD-ports-6ec3841ed7a1a8f86126bbaaecaa78350853dcfd.zip FreeBSD-ports-6ec3841ed7a1a8f86126bbaaecaa78350853dcfd.tar.gz |
Put a copy of distfile to MASTER_SITE_LOCAL in order to minimise load on
maintainer's sites with limited bandwith.
Asked for by: maintainer
Diffstat (limited to 'www/orion')
-rw-r--r-- | www/orion/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/www/orion/Makefile b/www/orion/Makefile index 3f2b589..49865b1 100644 --- a/www/orion/Makefile +++ b/www/orion/Makefile @@ -10,8 +10,10 @@ PORTVERSION= 1.4.5 PORTREVISION= 3 CATEGORIES= java www MASTER_SITES= ftp://ftp.sunet.se/pub/database/utils/orionserver/ \ + ${MASTER_SITE_LOCAL} \ http://www.jollem.com/ \ http://www.sebster.com/~elvis/ +MASTER_SITE_SUBDIR= sobomax DISTNAME= ${PORTNAME}${PORTVERSION} MAINTAINER= ernst@jollem.com |