diff options
author | Sheldon Hearn <sheldonh@FreeBSD.org> | 2003-06-02 13:12:15 +0000 |
---|---|---|
committer | Sheldon Hearn <sheldonh@FreeBSD.org> | 2003-06-02 13:12:15 +0000 |
commit | d01026e897e274492ff97de599c9d19785f14857 (patch) | |
tree | 388dfb54c8f891195f5e4deff39e2a89040296b3 /mail | |
parent | Fix Mastersites (diff) |
Fix fetch target by removing unwanted trailing backslash from
MASTER_SITES list.
Reported by: Oliver Eikemeier <eikemeier@fillmore-labs.com>
Diffstat (limited to 'mail')
-rw-r--r-- | mail/exim-monitor/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/exim-monitor/Makefile b/mail/exim-monitor/Makefile index 584e10823c59..abeac6d54743 100644 --- a/mail/exim-monitor/Makefile +++ b/mail/exim-monitor/Makefile @@ -32,7 +32,7 @@ MASTER_SITES= ftp://ftp.csx.cam.ac.uk/pub/software/email/exim/%SUBDIR%/ \ ftp://ftp.exim.org/pub/exim/%SUBDIR%/ \ http://www.us.exim.org/ftp/%SUBDIR%/ \ http://exim.stanford.edu/ftp/pub/exim/%SUBDIR%/ \ - ftp://ftp.fsckit.net/pub/exim/%SUBDIR%/ \ + ftp://ftp.fsckit.net/pub/exim/%SUBDIR%/ MASTER_SITE_SUBDIR= exim4 DISTNAME= exim-${PORTVERSION} DIST_SUBDIR= exim |