diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2001-02-20 06:58:01 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2001-02-20 06:58:01 +0000 |
commit | 159523948fb8faae8cb9ba625788a0181050dd23 (patch) | |
tree | 60b0616b19089e432d5fb9133b8e1af29dbce191 | |
parent | Fix installation (WRKDIR -> WRKSRC) (diff) |
The repacked version of the distfile seems to have a bug in the
installer. Put the old version in my web space and make MASTER_SITES
point to it.
Notes
Notes:
svn path=/head/; revision=38499
-rw-r--r-- | devel/ruby-strscan/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/devel/ruby-strscan/Makefile b/devel/ruby-strscan/Makefile index abea0d206c67..bf91b87c70c3 100644 --- a/devel/ruby-strscan/Makefile +++ b/devel/ruby-strscan/Makefile @@ -8,9 +8,8 @@ PORTNAME= strscan PORTVERSION= 0.6.1 CATEGORIES= devel ruby -MASTER_SITES= ${MASTER_SITE_LOCAL} \ - http://www1.u-netsurf.ne.jp/~brew/mine/soft/ -MASTER_SITE_SUBDIR= knu +MASTER_SITES= http://www.ruby-lang.org/~knu/ +# http://www1.u-netsurf.ne.jp/~brew/mine/soft/ PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} DIST_SUBDIR= ruby |