diff options
author | stas <stas@FreeBSD.org> | 2006-11-23 16:14:44 +0800 |
---|---|---|
committer | stas <stas@FreeBSD.org> | 2006-11-23 16:14:44 +0800 |
commit | 90e2cdae3bb74138a4b01934d82e580ecb4c4e6f (patch) | |
tree | 5a20538c47ac30ec7ceb497209755035eda31569 | |
parent | 273f5aa8a6be71b7c9c4f95d86b629f7a409b43d (diff) | |
download | freebsd-ports-gnome-90e2cdae3bb74138a4b01934d82e580ecb4c4e6f.tar.gz freebsd-ports-gnome-90e2cdae3bb74138a4b01934d82e580ecb4c4e6f.tar.zst freebsd-ports-gnome-90e2cdae3bb74138a4b01934d82e580ecb4c4e6f.zip |
- Fix fetching.
Reported by: kris
-rw-r--r-- | devel/ruby-sdl/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/ruby-sdl/Makefile b/devel/ruby-sdl/Makefile index 322794c32561..4f6318e20c3b 100644 --- a/devel/ruby-sdl/Makefile +++ b/devel/ruby-sdl/Makefile @@ -9,7 +9,8 @@ PORTNAME= sdl PORTVERSION= 1.2.0 PORTREVISION= 0 CATEGORIES= devel graphics audio ruby -MASTER_SITES= http://www.kmc.gr.jp/~ohai/rubysdl/ +MASTER_SITES= http://mbsd.msk.ru/dist/ \ + http://www.kmc.gr.jp/~ohai/rubysdl/ PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} DISTNAME= ruby${PORTNAME}-${PORTVERSION} DIST_SUBDIR= ruby |