diff options
author | knu <knu@FreeBSD.org> | 2000-08-11 19:11:38 +0800 |
---|---|---|
committer | knu <knu@FreeBSD.org> | 2000-08-11 19:11:38 +0800 |
commit | 3d2b076fca38feae9c2bfd0fbc5a2397ce609fa9 (patch) | |
tree | 83dc7a3f5779f94135906efb2f9d969f0f28702c /textproc | |
parent | a026bf9da4bded8b80e9a5965b1446b4f6813643 (diff) | |
download | freebsd-ports-gnome-3d2b076fca38feae9c2bfd0fbc5a2397ce609fa9.tar.gz freebsd-ports-gnome-3d2b076fca38feae9c2bfd0fbc5a2397ce609fa9.tar.zst freebsd-ports-gnome-3d2b076fca38feae9c2bfd0fbc5a2397ce609fa9.zip |
MASTER_SITE_LOCAL'ize because www.bekkoame.ne.jp is found to be
problematic - wget and fetch of 3-STABLE get into infinite loop
because the server doesn't reply to HEAD requests correctly.
(although fetch of 4-STABLE and 5-CURRENT are just fine with it)
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/ruby-xmlparser/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/textproc/ruby-xmlparser/Makefile b/textproc/ruby-xmlparser/Makefile index cde62029ca7d..cfff8055c43d 100644 --- a/textproc/ruby-xmlparser/Makefile +++ b/textproc/ruby-xmlparser/Makefile @@ -8,7 +8,9 @@ PORTNAME= xmlparser PORTVERSION= 0.5.19 CATEGORIES= textproc # ruby -MASTER_SITES= http://www.bekkoame.ne.jp/~yoshidam/ +MASTER_SITES= ${MASTER_SITE_LOCAL} \ + http://www.bekkoame.ne.jp/~yoshidam/ +MASTER_SITE_SUBDIR= knu PKGNAMEPREFIX= ruby- DIST_SUBDIR= ruby |