diff options
author | David W. Chapman Jr. <dwcjr@FreeBSD.org> | 2001-06-09 07:57:11 +0000 |
---|---|---|
committer | David W. Chapman Jr. <dwcjr@FreeBSD.org> | 2001-06-09 07:57:11 +0000 |
commit | 7fa358f776fac043c9a9dbb25f363c09bf2c780b (patch) | |
tree | 7c7c9882657816d68ad5d92d14bd06acc978a9ce /mail | |
parent | Clarify that portupgrade can do upgrade by means of both the port and (diff) |
Fix typo in MASTER_SITES by appending '/'
Notes
Notes:
svn path=/head/; revision=43694
Diffstat (limited to 'mail')
-rw-r--r-- | mail/mutt-devel/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/mutt-devel/Makefile b/mail/mutt-devel/Makefile index e2b77b63de95..b14e9fceeb9c 100644 --- a/mail/mutt-devel/Makefile +++ b/mail/mutt-devel/Makefile @@ -10,7 +10,7 @@ PORTNAME= mutt-devel PORTVERSION= 1.3.19 PORTREVISION= 1 CATEGORIES= mail -MASTER_SITES= ftp://ftp.demon.co.uk/pub/mirrors/mutt/devel \ +MASTER_SITES= ftp://ftp.demon.co.uk/pub/mirrors/mutt/devel/ \ ftp://ftp.parodius.com/pub/mutt/devel/ DISTNAME= mutt-${PORTVERSION}i DISTFILES= ${DISTNAME}${EXTRACT_SUFX} |