diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2012-07-28 19:41:21 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2012-07-28 19:41:21 +0000 |
commit | 317a0d703fb80d91b365cae1c8dbefc5c4106b14 (patch) | |
tree | da9956ec0ab5195d6943839b63e9974f12e3429f /textproc | |
parent | 916c4537937543ce006234100400aafc4997f339 (diff) |
Notes
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/eruby/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/textproc/eruby/Makefile b/textproc/eruby/Makefile index 1e6dd7034e31..bc6f02a45ef4 100644 --- a/textproc/eruby/Makefile +++ b/textproc/eruby/Makefile @@ -9,7 +9,8 @@ PORTNAME= eruby PORTVERSION= 1.0.5 PORTREVISION= 2 CATEGORIES= textproc www ruby -MASTER_SITES= http://www.modruby.net/archive/ +MASTER_SITES= http://www.modruby.net/archive/ \ + ftp://ftp.dinoex.de/pub/FreeBSD/distfiles/ PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} DIST_SUBDIR= ruby |