diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2004-06-08 14:12:31 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2004-06-08 14:12:31 +0000 |
commit | df9e1ce1325dd55102552922470f576ed80131c3 (patch) | |
tree | 15a20b2d67f755bf4ed97365c2715690628beb3f | |
parent | Fix typo in conditional. (diff) |
- Fix MASTER_SITES
PR: ports/66690
Submitted by: Roman Neuhauser <neuhauser@chello.cz>
Approved by: maintainer timeout
-rw-r--r-- | devel/ruby-byaccr/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/ruby-byaccr/Makefile b/devel/ruby-byaccr/Makefile index 7c18f2547c98..ae3a4429985a 100644 --- a/devel/ruby-byaccr/Makefile +++ b/devel/ruby-byaccr/Makefile @@ -8,7 +8,7 @@ PORTNAME= byaccr PORTVERSION= 0.1 CATEGORIES= devel ruby -MASTER_SITES= http://kt-www.jaist.ac.jp/~ttate/ftp/ +MASTER_SITES= http://ttsky.net/src/ PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} DIST_SUBDIR= ruby |