diff options
Diffstat (limited to 'devel/rubygem-activesupport/Makefile')
-rw-r--r-- | devel/rubygem-activesupport/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/rubygem-activesupport/Makefile b/devel/rubygem-activesupport/Makefile index fbf937832b3a..1a03ec76428e 100644 --- a/devel/rubygem-activesupport/Makefile +++ b/devel/rubygem-activesupport/Makefile @@ -7,7 +7,8 @@ PORTNAME= activesupport PORTVERSION= 1.3.1 CATEGORIES= devel rubygems -MASTER_SITES= http://rubyforge.org/frs/download.php/9562/ +MASTER_SITES= ${MASTER_SITE_RUBYFORGE} +MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= jw@innerewut.de COMMENT= Utility classes and extension that are required by Rails MVC Framework |