diff options
author | Peter Pentchev <roam@FreeBSD.org> | 2000-12-12 14:05:11 +0000 |
---|---|---|
committer | Peter Pentchev <roam@FreeBSD.org> | 2000-12-12 14:05:11 +0000 |
commit | 4b3692ac96639f6bd9294e72fa0612f7a4d0cf9f (patch) | |
tree | e9c12ab2d95871222e419c998961403feea795f4 /mail | |
parent | Update to 0.1.3. (diff) |
Look for distfiles in the old/ subdir, too; thus, unbreak fetching
which has not worked for quite some time now.
PR: 22492 (alert for the old/ subdir)
Submitted by: "David W. Chapman Jr." <dwcjr@inethouston.net>
Notes
Notes:
svn path=/head/; revision=35920
Diffstat (limited to 'mail')
-rw-r--r-- | mail/imap-uw/Makefile | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/mail/imap-uw/Makefile b/mail/imap-uw/Makefile index b4e19b0ea808..b559afa3b40c 100644 --- a/mail/imap-uw/Makefile +++ b/mail/imap-uw/Makefile @@ -8,10 +8,11 @@ PORTNAME= imap-uw PORTVERSION= 4.7c CATEGORIES= mail -MASTER_SITES= ftp://ftp.cac.washington.edu/imap/ \ - ftp://ftp.funet.fi/pub/mirrors/ftp.cac.washington.edu/mail/ \ - http://mirror.nucba.ac.jp/mirror/imap/ \ - ftp://ftp.uni-halle.de/pub/mail/pine/ +MASTER_SITES= ftp://ftp.cac.washington.edu/imap/%SUBDIR%/ \ + ftp://ftp.funet.fi/pub/mirrors/ftp.cac.washington.edu/mail/%SUBDIR%/ \ + http://mirror.nucba.ac.jp/mirror/imap/%SUBDIR%/ \ + ftp://ftp.uni-halle.de/pub/mail/pine/%SUBDIR%/ +MASTER_SITE_SUBDIR= . old DISTNAME= imap-${PORTVERSION} EXTRACT_SUFX= .tar.Z DISTFILES= ${DISTNAME}2${EXTRACT_SUFX} \ |