diff options
Diffstat (limited to 'mail/wanderlust/Makefile')
-rw-r--r-- | mail/wanderlust/Makefile | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/mail/wanderlust/Makefile b/mail/wanderlust/Makefile index 92adca79d7ad..268bfd8f4401 100644 --- a/mail/wanderlust/Makefile +++ b/mail/wanderlust/Makefile @@ -6,12 +6,13 @@ # PORTNAME= wanderlust -PORTVERSION= 2.4.0 +PORTVERSION= 2.4.1 CATEGORIES= mail elisp MASTER_SITES= ftp://ftp.gohome.org/wl/stable/ \ - ftp://ftp.ring.gr.jp/pub/text/elisp/wl/stable/ \ + ${MASTER_SITE_RINGSERVER:S,%SUBDIR%,text/elisp/wl/stable/&,} \ ftp://ftp.jaist.ac.jp/pub/GNU/elisp/ftp.gohome.org/wl/stable/ \ - ftp://daidai.kuis.kyoto-u.ac.jp/pub/mirror/ftp.gohome.org/pub/elisp/wl/stable/ + http://www.jpl.org/elips/wl/ + PKGNAMESUFFIX= -${EMACS_PORT_NAME} DISTNAME= wl-${PORTVERSION} @@ -28,7 +29,7 @@ EMACS_PORT_NAME= emacs .endif .if (${EMACS_PORT_NAME} == "emacs20" || ${EMACS_PORT_NAME} == "mule" || \ - ${EMACS_PORT_NAME} == "xemacs21-mule") + ${EMACS_PORT_NAME} == "xemacs21-mule") WITH_MULE=yes .else WITHOUT_MULE=yes |