diff options
author | knu <knu@FreeBSD.org> | 2004-04-19 01:34:16 +0800 |
---|---|---|
committer | knu <knu@FreeBSD.org> | 2004-04-19 01:34:16 +0800 |
commit | 86595acce8e71e95369c8f2791fed10fccdf47a0 (patch) | |
tree | 2fa6bec651c620352a694df99475684d5e8b9f9b /textproc | |
parent | 3d1075594f3102655b6a022513fa902f37868dc7 (diff) | |
download | freebsd-ports-gnome-86595acce8e71e95369c8f2791fed10fccdf47a0.tar.gz freebsd-ports-gnome-86595acce8e71e95369c8f2791fed10fccdf47a0.tar.zst freebsd-ports-gnome-86595acce8e71e95369c8f2791fed10fccdf47a0.zip |
Chase the newly introduced 302 redirection.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/ruby-quixml/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/ruby-quixml/Makefile b/textproc/ruby-quixml/Makefile index 26a64663e6fb..08a867f15dd1 100644 --- a/textproc/ruby-quixml/Makefile +++ b/textproc/ruby-quixml/Makefile @@ -9,7 +9,7 @@ PORTNAME= quixml PORTVERSION= 0.2.1 PORTREVISION= 1 CATEGORIES= textproc ruby -MASTER_SITES= http://rubyforge.org/download.php/89/ +MASTER_SITES= http://rubyforge.org/frs/download.php/89/ PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} DIST_SUBDIR= ruby |