diff options
author | Bill Fenner <fenner@FreeBSD.org> | 2005-11-28 04:40:21 +0000 |
---|---|---|
committer | Bill Fenner <fenner@FreeBSD.org> | 2005-11-28 04:40:21 +0000 |
commit | 61841194d5e0108df9e0250ce27d8e24cb68e906 (patch) | |
tree | 99f3af5dce138a87148e7d822e9d103512ee3850 /math | |
parent | Use distfile groups to associate directories with master sites. (diff) |
The Ruby contrib directory hasn't existed for some time; mirror the
files on MASTER_SITE_LOCAL until someone upgrades these ports.
Diffstat (limited to 'math')
-rw-r--r-- | math/ruby-bitvector/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/math/ruby-bitvector/Makefile b/math/ruby-bitvector/Makefile index 9da93d0249e3..97633dec9096 100644 --- a/math/ruby-bitvector/Makefile +++ b/math/ruby-bitvector/Makefile @@ -8,8 +8,8 @@ PORTNAME= bitvector PORTVERSION= 0.1.7 CATEGORIES= math ruby -MASTER_SITES= ${MASTER_SITE_RUBY} -MASTER_SITE_SUBDIR= contrib +MASTER_SITES= ${MASTER_SITE_LOCAL} +MASTER_SITE_SUBDIR= fenner/ruby-contrib PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} DIST_SUBDIR= ruby |