diff options
author | garga <garga@FreeBSD.org> | 2006-02-25 00:00:43 +0800 |
---|---|---|
committer | garga <garga@FreeBSD.org> | 2006-02-25 00:00:43 +0800 |
commit | f2a73a455b7dcaa860972805a9cd8feef9ea48f1 (patch) | |
tree | 18a259021fb6284cb0aeb14bdfc63a9cc1969e00 /textproc/ruby-htree | |
parent | 015c62118c1bfb425bc137ed6d9bbb0b1736c109 (diff) | |
download | freebsd-ports-graphics-f2a73a455b7dcaa860972805a9cd8feef9ea48f1.tar.gz freebsd-ports-graphics-f2a73a455b7dcaa860972805a9cd8feef9ea48f1.tar.zst freebsd-ports-graphics-f2a73a455b7dcaa860972805a9cd8feef9ea48f1.zip |
UNBREAK: Make it fetchable again
Approved by: portmgr (marcus)
Diffstat (limited to 'textproc/ruby-htree')
-rw-r--r-- | textproc/ruby-htree/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/textproc/ruby-htree/Makefile b/textproc/ruby-htree/Makefile index 3e24bff9096..567890e6c9c 100644 --- a/textproc/ruby-htree/Makefile +++ b/textproc/ruby-htree/Makefile @@ -8,15 +8,13 @@ PORTNAME= htree PORTVERSION= 0.3 CATEGORIES= textproc www ruby -MASTER_SITES= ftp://ftp.iDaemons.org/pub/distfiles/ +MASTER_SITES= ftp://ftp.rucus.ru.ac.za/pub/FreeBSD/distfiles/ruby/ PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} DIST_SUBDIR= ruby MAINTAINER= knu@FreeBSD.org COMMENT= A Ruby library to manipulate HTML/XML tree data structure -BROKEN= Unfetchable - USE_RUBY= yes USE_RUBY_RD2= yes USE_RUBY_RDOC= yes |