diff options
author | jmelo <jmelo@FreeBSD.org> | 2006-08-08 11:35:27 +0000 |
---|---|---|
committer | jmelo <jmelo@FreeBSD.org> | 2006-08-08 11:35:27 +0000 |
commit | 5e9903f3aedb67449232b63cd439e3c9ffccb12c (patch) | |
tree | cbd7c98c96f65fbc479bcb566487595284d09355 /mail/rubygem-actionmailer | |
parent | 3b92dedc8a0fa0055e11193fad731bca19ae1cbb (diff) | |
download | FreeBSD-ports-5e9903f3aedb67449232b63cd439e3c9ffccb12c.zip FreeBSD-ports-5e9903f3aedb67449232b63cd439e3c9ffccb12c.tar.gz |
- Change to use MASTER_SITE_RUBYFORGE macro to fix fetch problem.
Approved by: portmgr (erwin)
Diffstat (limited to 'mail/rubygem-actionmailer')
-rw-r--r-- | mail/rubygem-actionmailer/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mail/rubygem-actionmailer/Makefile b/mail/rubygem-actionmailer/Makefile index f129365..bebf1b4 100644 --- a/mail/rubygem-actionmailer/Makefile +++ b/mail/rubygem-actionmailer/Makefile @@ -7,7 +7,8 @@ PORTNAME= actionmailer PORTVERSION= 1.2.1 CATEGORIES= mail rubygems -MASTER_SITES= http://rubyforge.org/frs/download.php/9571/ +MASTER_SITES= ${MASTER_SITE_RUBYFORGE} +MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= jw@innerewut.de COMMENT= Easy email delivery and testing for Ruby |