diff options
author | pav <pav@FreeBSD.org> | 2005-11-26 09:43:14 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2005-11-26 09:43:14 +0800 |
commit | 8f60c79e7d83fae4120c8abcc85641a2bb25ae53 (patch) | |
tree | a5f56129dc551eb3f319c393a861587360251f47 /graphics/ruby-rmagick | |
parent | fffb303183257a57b43d3aba9c06882935e463e6 (diff) | |
download | freebsd-ports-gnome-8f60c79e7d83fae4120c8abcc85641a2bb25ae53.tar.gz freebsd-ports-gnome-8f60c79e7d83fae4120c8abcc85641a2bb25ae53.tar.zst freebsd-ports-gnome-8f60c79e7d83fae4120c8abcc85641a2bb25ae53.zip |
- Fix fetching
Diffstat (limited to 'graphics/ruby-rmagick')
-rw-r--r-- | graphics/ruby-rmagick/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/ruby-rmagick/Makefile b/graphics/ruby-rmagick/Makefile index 449bd54a1e6c..8228e9de739d 100644 --- a/graphics/ruby-rmagick/Makefile +++ b/graphics/ruby-rmagick/Makefile @@ -8,7 +8,7 @@ PORTNAME= rmagick PORTVERSION= 1.9.0 CATEGORIES= graphics ruby -MASTER_SITES= http://rubyforge.org/frs/download.php/5224/ +MASTER_SITES= http://rubyforge.lauschmusik.de/rmagick/ PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} DISTNAME= RMagick-${PORTVERSION} DIST_SUBDIR= ruby |