diff options
author | Peter Pentchev <roam@FreeBSD.org> | 2003-03-28 07:07:33 +0000 |
---|---|---|
committer | Peter Pentchev <roam@FreeBSD.org> | 2003-03-28 07:07:33 +0000 |
commit | bd106fb4b4e0b5b639a9a32d4dffa041ffe40aba (patch) | |
tree | a77ce4eeb6d480631950a6a653277153d19b4fac /mail/mutt-devel | |
parent | 0f6ba93a12d1ee113d1037fe79ff5c9bdc891087 (diff) | |
download | ports-bd106fb4b4e0b5b639a9a32d4dffa041ffe40aba.tar.gz ports-bd106fb4b4e0b5b639a9a32d4dffa041ffe40aba.zip |
Notes
Diffstat (limited to 'mail/mutt-devel')
-rw-r--r-- | mail/mutt-devel/Makefile | 23 |
1 files changed, 7 insertions, 16 deletions
diff --git a/mail/mutt-devel/Makefile b/mail/mutt-devel/Makefile index 706a7746fb67..d54721499a84 100644 --- a/mail/mutt-devel/Makefile +++ b/mail/mutt-devel/Makefile @@ -78,6 +78,13 @@ MASTER_SITES= ftp://ftp.demon.co.uk/pub/mirrors/mutt/devel/ \ ftp://ftp.mutt.org/mutt/devel/ DISTNAME= mutt-${PORTVERSION}i +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 \ + http://cedricduval.free.fr/download/mutt/:cd \ + http://home.woolridge.ca/mutt/patches/:dw + MAINTAINER?= udo.schweigert@siemens.com COMMENT?= The Mongrel of Mail User Agents (part Elm, Pine, Mush, mh, etc.) @@ -111,22 +118,6 @@ CD_PATCH_VERSION= ${PORTVERSION} DW_PATCH_VERSION= ${PORTVERSION} .endif -.if defined(WITH_MUTT_COMPRESSED_FOLDERS) || defined(WITH_MUTT_NNTP) || \ - defined(WITH_MUTT_QUOTE_PATCH) -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 -.endif - -.if defined(WITH_MUTT_EDIT_THREADS) || defined(WITH_MUTT_SIGNATURE_MENU) || \ - defined(WITH_MUTT_IFDEF_PATCH) -PATCH_SITES+= http://cedricduval.free.fr/download/mutt/:cd -.endif -.if defined(WITH_MUTT_MBOX_HOOK_PATCH) -PATCH_SITES+= http://home.woolridge.ca/mutt/patches/:dw -.endif - # XXX # this should be done automagically by aclocal but .... # for now, this will have to do |