diff options
author | kris <kris@FreeBSD.org> | 2002-11-28 07:33:35 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2002-11-28 07:33:35 +0800 |
commit | fac5c20b31045a19fe50b5ac12d616c4874e041e (patch) | |
tree | 13c41e6bd42512817502e117b26f0945c3c52855 | |
parent | 375ade0a55fa6ae5511bbfb5504bfb7d671df92d (diff) | |
download | freebsd-ports-gnome-fac5c20b31045a19fe50b5ac12d616c4874e041e.tar.gz freebsd-ports-gnome-fac5c20b31045a19fe50b5ac12d616c4874e041e.tar.zst freebsd-ports-gnome-fac5c20b31045a19fe50b5ac12d616c4874e041e.zip |
Use MASTER_SITE_LOCAL in preference to the other MASTER_SITE because
the latter is often unavailable or slow.
Submitted by: keramida
-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 192b6bd18c62..a9adc1ce5f18 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 |