diff options
Diffstat (limited to 'www/rubygem-actionwebservice')
-rw-r--r-- | www/rubygem-actionwebservice/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/rubygem-actionwebservice/Makefile b/www/rubygem-actionwebservice/Makefile index 0e65afe76d77..223392b4e147 100644 --- a/www/rubygem-actionwebservice/Makefile +++ b/www/rubygem-actionwebservice/Makefile @@ -7,7 +7,8 @@ PORTNAME= actionwebservice PORTVERSION= 1.1.2 CATEGORIES= www rubygems -MASTER_SITES= http://rubyforge.org/frs/download.php/9681/ +MASTER_SITES= ${MASTER_SITE_RUBYFORGE} +MASTER_SITE_SUBDIR= aws MAINTAINER= jw@innerewut.de COMMENT= Simple support for publishing Web Service APIs for Rails applications |