diff options
author | tota <tota@FreeBSD.org> | 2011-07-31 00:32:56 +0800 |
---|---|---|
committer | tota <tota@FreeBSD.org> | 2011-07-31 00:32:56 +0800 |
commit | e4aec16674f6b725a40c3913a4c7418ee0a8e629 (patch) | |
tree | d6fa494989df8ba95fd0706f4501e4aaf98c6cb8 | |
parent | 78be11937ed774d7a0615d9144aef307dee9b7ab (diff) | |
download | freebsd-ports-gnome-e4aec16674f6b725a40c3913a4c7418ee0a8e629.tar.gz freebsd-ports-gnome-e4aec16674f6b725a40c3913a4c7418ee0a8e629.tar.zst freebsd-ports-gnome-e4aec16674f6b725a40c3913a4c7418ee0a8e629.zip |
- Fix fetch by updating MASTER_SITES
-rw-r--r-- | devel/ruby-memoize/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/devel/ruby-memoize/Makefile b/devel/ruby-memoize/Makefile index f0c24a4f8beb..2a6b302a02f4 100644 --- a/devel/ruby-memoize/Makefile +++ b/devel/ruby-memoize/Makefile @@ -8,16 +8,14 @@ PORTNAME= memoize PORTVERSION= 1.3.1 CATEGORIES= devel ruby -MASTER_SITES= http://rubyforge.org/frs/download.php/61790/ \ - ${MASTER_SITE_LOCAL:S|%SUBDIR%|tota/memoize|} +MASTER_SITES= RF +MASTER_SITE_SUBDIR= shards PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} DIST_SUBDIR= ${RUBY_PKGNAMEPREFIX:S|${RUBY_SUFFIX}-||} MAINTAINER= tota@FreeBSD.org COMMENT= A method that speeds methods up at the cost of memory -FETCH_ARGS= -Fpr - USE_RUBY= yes USE_RAKE= yes NO_BUILD= yes |