diff options
author | Clive Lin <clive@FreeBSD.org> | 2003-05-04 09:53:39 +0000 |
---|---|---|
committer | Clive Lin <clive@FreeBSD.org> | 2003-05-04 09:53:39 +0000 |
commit | 4ad7c5b9d28b07303e56da97647cc2746f93010b (patch) | |
tree | 1a32e98d54a01c849678b9b76796e0dcbb3b1a10 /mail/mutt-devel/Makefile | |
parent | Update tidy_docs to 030403, and correct the checksum of tidy_src, (diff) |
o Add a plus sign in the PATCH_SITES of master port. (mail/mutt-devel)
Otherwise the PATCH_SITES in the slave port would be overwrited.
o WITHOUT_MUTT_HTML, WITHOUT_MUTT_COMPRESSED_FOLDERS are enabled in the
slave port now. The former shortens the depends list, for the taste
of people on the #bsdchat. The reason for later knob is that I currently
have not much time to deal with it.
o Change the MAINTAINER to me, requested by previous maintainer.
Notes
Notes:
svn path=/head/; revision=80104
Diffstat (limited to 'mail/mutt-devel/Makefile')
-rw-r--r-- | mail/mutt-devel/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/mutt-devel/Makefile b/mail/mutt-devel/Makefile index c5c67f6147a9..542c5462adf9 100644 --- a/mail/mutt-devel/Makefile +++ b/mail/mutt-devel/Makefile @@ -86,7 +86,7 @@ MASTER_SITES= ftp://ftp.mutt.org/mutt/devel/ \ ftp://ftp.parodius.com/pub/mutt/devel/ DISTNAME= mutt-${PORTVERSION}i -PATCH_SITES= http://www.mutt.org.ua/download/mutt-${VVV_PATCH_VERSION}/:vvv \ +PATCH_SITES+= http://www.mutt.org.ua/download/mutt-${VVV_PATCH_VERSION}/:vvv \ http://www2.mutt.org.ua/download/mutt-${VVV_PATCH_VERSION}/:vvv \ ftp://ftp.mutt.org.ua/pub/mutt/mutt-${VVV_PATCH_VERSION}/:vvv \ ftp://ftp2.mutt.org.ua/pub/mutt/mutt-${VVV_PATCH_VERSION}/:vvv \ |