diff options
author | knu <knu@FreeBSD.org> | 2001-07-11 20:14:06 +0800 |
---|---|---|
committer | knu <knu@FreeBSD.org> | 2001-07-11 20:14:06 +0800 |
commit | 27bca16ec60de676d2e493346e6e1cff66e37224 (patch) | |
tree | 52a6e950c9354625a13e9f83c1d5b4cc1b52a96a /lang/ruby18/Makefile | |
parent | 921c0dc32b2e4a99a23a2e55331eae664434218c (diff) | |
download | freebsd-ports-gnome-27bca16ec60de676d2e493346e6e1cff66e37224.tar.gz freebsd-ports-gnome-27bca16ec60de676d2e493346e6e1cff66e37224.tar.zst freebsd-ports-gnome-27bca16ec60de676d2e493346e6e1cff66e37224.zip |
Add a backup server to PATCH_SITES.
Diffstat (limited to 'lang/ruby18/Makefile')
-rw-r--r-- | lang/ruby18/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lang/ruby18/Makefile b/lang/ruby18/Makefile index 9630d934c7ac..e842463c20cc 100644 --- a/lang/ruby18/Makefile +++ b/lang/ruby18/Makefile @@ -13,7 +13,8 @@ MASTER_SITE_SUBDIR= ${RUBY_VER} DISTNAME= ${RUBY_DISTNAME} DIST_SUBDIR= ruby -PATCH_SITES= http://www.ruby-lang.org/~knu/ +PATCH_SITES= http://www.ruby-lang.org/~knu/ \ + http://www.iDaemons.org/distfiles/ PATCHFILES= ${RUBY_PATCHFILES} PATCH_DIST_STRIP= -p1 |