diff options
author | knu <knu@FreeBSD.org> | 2001-08-26 04:38:29 +0800 |
---|---|---|
committer | knu <knu@FreeBSD.org> | 2001-08-26 04:38:29 +0800 |
commit | 2c8a846b9254d0b4c3cec8301a339e767233400b (patch) | |
tree | 046585ead000f64c11681f69e503ac0bfee41340 | |
parent | 0f40140922c6716921038e00f1640cd501337b53 (diff) | |
download | freebsd-ports-gnome-2c8a846b9254d0b4c3cec8301a339e767233400b.tar.gz freebsd-ports-gnome-2c8a846b9254d0b4c3cec8301a339e767233400b.tar.zst freebsd-ports-gnome-2c8a846b9254d0b4c3cec8301a339e767233400b.zip |
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.
-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 4288ff2e0dfc..389cba2dabc8 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 |