diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2001-08-25 20:38:29 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2001-08-25 20:38:29 +0000 |
commit | 29bde1b218b02dd22aa70a382b454033fd57206c (patch) | |
tree | 588712f486bfbd8016a9604b1651984b2325d87e /net/ruby-romp | |
parent | 4db30879862cd70f58ee3e1adf2341a7e158130f (diff) |
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.
Notes
Notes:
svn path=/head/; revision=46902
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 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 |