diff options
author | kris <kris@FreeBSD.org> | 2002-11-27 23:33:35 +0000 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2002-11-27 23:33:35 +0000 |
commit | fac5c20b31045a19fe50b5ac12d616c4874e041e (patch) | |
tree | 13c41e6bd42512817502e117b26f0945c3c52855 /archivers/arj/Makefile | |
parent | 375ade0a55fa6ae5511bbfb5504bfb7d671df92d (diff) | |
download | FreeBSD-ports-fac5c20b31045a19fe50b5ac12d616c4874e041e.zip FreeBSD-ports-fac5c20b31045a19fe50b5ac12d616c4874e041e.tar.gz |
Use MASTER_SITE_LOCAL in preference to the other MASTER_SITE because
the latter is often unavailable or slow.
Submitted by: keramida
Diffstat (limited to 'archivers/arj/Makefile')
-rw-r--r-- | archivers/arj/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/archivers/arj/Makefile b/archivers/arj/Makefile index 192b6bd..a9adc1c 100644 --- a/archivers/arj/Makefile +++ b/archivers/arj/Makefile @@ -8,8 +8,8 @@ PORTNAME= arj PORTVERSION= 3.10b CATEGORIES= archivers -MASTER_SITES= http://testcase.newmail.ru/files/ \ - ${MASTER_SITE_LOCAL} +MASTER_SITES= ${MASTER_SITE_LOCAL} \ + http://testcase.newmail.ru/files/ MASTER_SITE_SUBDIR= keramida MAINTAINER= kot@premierbank.dp.ua |