diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-05-26 22:07:43 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-05-26 22:07:43 +0000 |
commit | e15860308659d532bf5f2e6145995309fcc55d14 (patch) | |
tree | 8bd522437c4c4c0d640e95512b23907bd2bfa16b /java | |
parent | If PACKAGE_BUILDING is defined, link statically and disable the (diff) |
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 'java')
-rw-r--r-- | java/orion/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/java/orion/Makefile b/java/orion/Makefile index 3f2b589adae0..49865b1b38e0 100644 --- a/java/orion/Makefile +++ b/java/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 |