diff --git a/mail/rubygem-actionmailer4/Makefile b/mail/rubygem-actionmailer4/Makefile index 436f382ebd03..8532d6a6ad80 100644 --- a/mail/rubygem-actionmailer4/Makefile +++ b/mail/rubygem-actionmailer4/Makefile @@ -6,7 +6,8 @@ PKGNAMESUFFIX= 4 MAINTAINER= sunpoet@FreeBSD.org COMMENT= Easy email delivery and testing for Ruby -WWW= https://github.com/rails/rails/tree/main/actionmailer +WWW= https://rubyonrails.org/ \ + https://github.com/rails/rails/tree/main/actionmailer LICENSE= MIT LICENSE_FILE= ${WRKSRC}/MIT-LICENSE diff --git a/mail/rubygem-actionmailer4/pkg-descr b/mail/rubygem-actionmailer4/pkg-descr index 771fc903149b..e757a32e32bf 100644 --- a/mail/rubygem-actionmailer4/pkg-descr +++ b/mail/rubygem-actionmailer4/pkg-descr @@ -10,5 +10,3 @@ Controller renders views using templates. Additionally, an Action Mailer class can be used to process incoming email, such as allowing a blog to accept new posts from an email (which could even have been sent from a phone). - -See also: https://rubyonrails.org/