diff options
author | knu <knu@FreeBSD.org> | 2001-08-25 20:38:29 +0000 |
---|---|---|
committer | knu <knu@FreeBSD.org> | 2001-08-25 20:38:29 +0000 |
commit | 2c8a846b9254d0b4c3cec8301a339e767233400b (patch) | |
tree | 046585ead000f64c11681f69e503ac0bfee41340 /net/ruby-romp | |
parent | 0f40140922c6716921038e00f1640cd501337b53 (diff) | |
download | FreeBSD-ports-2c8a846b9254d0b4c3cec8301a339e767233400b.zip FreeBSD-ports-2c8a846b9254d0b4c3cec8301a339e767233400b.tar.gz |
Add MASTER_SITE_LOCAL to MASTER_SITES, since the site refuses to let
WWW clients like fetch, wget, lukemftp, and lftp download the
distfile. (Netscape and curl were okay)
I'll contact the webmaster later.
Diffstat (limited to 'net/ruby-romp')
-rw-r--r-- | net/ruby-romp/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/net/ruby-romp/Makefile b/net/ruby-romp/Makefile index 4288ff2..389cba2 100644 --- a/net/ruby-romp/Makefile +++ b/net/ruby-romp/Makefile @@ -8,7 +8,9 @@ PORTNAME= romp PORTVERSION= 0.1 CATEGORIES= net ruby -MASTER_SITES= http://rm-f.net/~cout/ruby/romp/ +MASTER_SITES= http://rm-f.net/~cout/ruby/romp/ \ + ${MASTER_SITE_LOCAL} +MASTER_SITE_SUBDIR= knu PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} DISTFILES= ${DISTNAME}${EXTRACT_SUFX} romp.html DIST_SUBDIR= ruby |