diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2002-11-27 23:33:35 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2002-11-27 23:33:35 +0000 |
commit | b29aa8488412a719451e632d80595ab336d58775 (patch) | |
tree | f23eb9b221222b88a1a99f48501752a54cc60a04 /archivers/arj | |
parent | 540a3aa636898cf418534128f85e354ce0d10a94 (diff) | |
download | ports-b29aa8488412a719451e632d80595ab336d58775.tar.gz ports-b29aa8488412a719451e632d80595ab336d58775.zip |
Use MASTER_SITE_LOCAL in preference to the other MASTER_SITE because
the latter is often unavailable or slow.
Submitted by: keramida
Notes
Notes:
svn path=/head/; revision=71180
Diffstat (limited to 'archivers/arj')
-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 |