diff options
author | sat <sat@FreeBSD.org> | 2006-07-28 22:42:54 +0800 |
---|---|---|
committer | sat <sat@FreeBSD.org> | 2006-07-28 22:42:54 +0800 |
commit | 9972e0feb22000b01b2226a73ecdecdf89af21fb (patch) | |
tree | ac6ea7b3d8c37ba429d7f5eb0418edc0624b3aae /mail/elm+ME | |
parent | 2e0d8ad15d21cb17acd4991e56b945ba9231dddf (diff) | |
download | freebsd-ports-gnome-9972e0feb22000b01b2226a73ecdecdf89af21fb.tar.gz freebsd-ports-gnome-9972e0feb22000b01b2226a73ecdecdf89af21fb.tar.zst freebsd-ports-gnome-9972e0feb22000b01b2226a73ecdecdf89af21fb.zip |
- Rid the tree of double slashes in URL paths
Diffstat (limited to 'mail/elm+ME')
-rw-r--r-- | mail/elm+ME/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/elm+ME/Makefile b/mail/elm+ME/Makefile index 15432b462ab4..82faef54d173 100644 --- a/mail/elm+ME/Makefile +++ b/mail/elm+ME/Makefile @@ -10,7 +10,7 @@ PORTVERSION= ${ELM_VERSION}.${ELM_REVISION}${ELM_PATCHLEVEL:S/_//} CATEGORIES= mail MASTER_SITES= http://www.elmme-mailer.org/ \ ftp://ftp.elmme-mailer.org/elmme-mailer.org/src/elm-2.4ME+/ \ - ftp://ftp.funet.fi//pub/unix/mail/elm/elm-2.4ME+/ + ftp://ftp.funet.fi/pub/unix/mail/elm/elm-2.4ME+/ DISTNAME= elm-${ELM_VERSION}ME+${ELM_REVISION} PATCH_SITES= ${MASTER_SITES} |