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 | |
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')
-rw-r--r-- | mail/altermime/Makefile | 2 | ||||
-rw-r--r-- | mail/elm+ME/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/mail/altermime/Makefile b/mail/altermime/Makefile index b33b11478e88..aa3854f18111 100644 --- a/mail/altermime/Makefile +++ b/mail/altermime/Makefile @@ -10,7 +10,7 @@ PORTNAME= altermime PORTVERSION= 0.3.7 CATEGORIES= mail textproc MASTER_SITES= http://www.pldaniels.com/altermime/ \ - http://sce-tindy.tecnik93.com//FreeBSD/ports/altermime/sources/ + http://sce-tindy.tecnik93.com/FreeBSD/ports/altermime/sources/ MAINTAINER= itetcu@FreeBSD.org COMMENT= Small C program which is used to alter your mime-encoded mailpacks 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} |