diff options
Diffstat (limited to 'mail/smtpmail')
-rw-r--r-- | mail/smtpmail/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mail/smtpmail/Makefile b/mail/smtpmail/Makefile index 7a42dcf2fa00..e8e0c8bd84d2 100644 --- a/mail/smtpmail/Makefile +++ b/mail/smtpmail/Makefile @@ -8,8 +8,9 @@ PORTNAME= smtpmail PORTVERSION= 0.4.2 CATEGORIES= mail -MASTER_SITES= http://savannah.nongnu.org/download/${PORTNAME}/smtpmail.pkg/0.4.2/ \ +MASTER_SITES= ${MASTER_SITE_SAVANNAH} \ http://voodoo.oberon.net/ +MASTER_SITE_SUBDIR= ${PORTNAME}/${PORTNAME}.pkg/${PORTVERSION} MAINTAINER= krion@FreeBSD.org COMMENT= Tool to send the mails over remote smtp server |