diff options
author | knu <knu@FreeBSD.org> | 2002-10-08 12:14:35 +0000 |
---|---|---|
committer | knu <knu@FreeBSD.org> | 2002-10-08 12:14:35 +0000 |
commit | 2c57a088930ff7205a897f5513092c646176d3e0 (patch) | |
tree | 1dfe77d4b63f01f69f0a35c42e39e64410361c3c /textproc/ruby-xmlscan | |
parent | 3160fbc1e925dea48910b7c33671e671ac773f01 (diff) | |
download | FreeBSD-ports-2c57a088930ff7205a897f5513092c646176d3e0.zip FreeBSD-ports-2c57a088930ff7205a897f5513092c646176d3e0.tar.gz |
Fix MASTER_SITES.
Noticed by: fenner's distfiles survey
Diffstat (limited to 'textproc/ruby-xmlscan')
-rw-r--r-- | textproc/ruby-xmlscan/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/ruby-xmlscan/Makefile b/textproc/ruby-xmlscan/Makefile index 8725ef1..7d05269 100644 --- a/textproc/ruby-xmlscan/Makefile +++ b/textproc/ruby-xmlscan/Makefile @@ -8,7 +8,7 @@ PORTNAME= xmlscan PORTVERSION= 0.0.10 CATEGORIES= textproc ruby -MASTER_SITES= http://www.blue.sky.or.jp/atelier/ruby/ +MASTER_SITES= http://www.blue.sky.or.jp/atelier/ruby/xmlscan/old/ PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} DIST_SUBDIR= ruby |