summaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authorPeter Pentchev <roam@FreeBSD.org>2003-03-28 07:07:33 +0000
committerPeter Pentchev <roam@FreeBSD.org>2003-03-28 07:07:33 +0000
commitbd106fb4b4e0b5b639a9a32d4dffa041ffe40aba (patch)
treea77ce4eeb6d480631950a6a653277153d19b4fac /mail
parentUpdate to 2002-03-07. (diff)
Fix PATCH_SITES for the package building case (e.g. bento).
PR: 50383 Submitted by: maintainer
Notes
Notes: svn path=/head/; revision=77586
Diffstat (limited to 'mail')
-rw-r--r--mail/mutt-devel/Makefile23
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