diff options
author | roam <roam@FreeBSD.org> | 2003-03-28 15:07:33 +0800 |
---|---|---|
committer | roam <roam@FreeBSD.org> | 2003-03-28 15:07:33 +0800 |
commit | 6ecf2d074270461d081865a475c310dd49d834a8 (patch) | |
tree | 49a83ebcab6545416fc34695de71ef04de0118d8 | |
parent | d4c3eaeffd6f417a7a818eb3557e7fb6cb83a816 (diff) | |
download | freebsd-ports-gnome-6ecf2d074270461d081865a475c310dd49d834a8.tar.gz freebsd-ports-gnome-6ecf2d074270461d081865a475c310dd49d834a8.tar.zst freebsd-ports-gnome-6ecf2d074270461d081865a475c310dd49d834a8.zip |
Fix PATCH_SITES for the package building case (e.g. bento).
PR: 50383
Submitted by: maintainer
-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 |