diff options
author | marino <marino@FreeBSD.org> | 2015-05-17 23:08:38 +0800 |
---|---|---|
committer | marino <marino@FreeBSD.org> | 2015-05-17 23:08:38 +0800 |
commit | e9dd4258da2327517a9c58ab3531a981df08fdd8 (patch) | |
tree | 7d9bb0bce47dd518188f05142b5d2d96a264813e /mail/mime-construct | |
parent | 4a57b06fa490bb6b09fc53534fc6a5729b08c61e (diff) | |
download | freebsd-ports-gnome-e9dd4258da2327517a9c58ab3531a981df08fdd8.tar.gz freebsd-ports-gnome-e9dd4258da2327517a9c58ab3531a981df08fdd8.tar.zst freebsd-ports-gnome-e9dd4258da2327517a9c58ab3531a981df08fdd8.zip |
mail/mime-construct: Remove empty backup MASTER_SITES
Renatasystems is not hosting distfile so remove it. The primary site
is still up and hosting the distfile.
Diffstat (limited to 'mail/mime-construct')
-rw-r--r-- | mail/mime-construct/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/mail/mime-construct/Makefile b/mail/mime-construct/Makefile index 202622871ba5..25cdfde2aa78 100644 --- a/mail/mime-construct/Makefile +++ b/mail/mime-construct/Makefile @@ -5,8 +5,7 @@ PORTNAME= mime-construct PORTVERSION= 1.11 PORTREVISION= 2 CATEGORIES= mail -MASTER_SITES= http://www.argon.org/~roderick/ \ - ftp://renatasystems.org/pub/FreeBSD/ports/distfiles/ +MASTER_SITES= http://www.argon.org/~roderick/ MAINTAINER= ports@FreeBSD.org COMMENT= Construct and optionally send MIME messages from command line |