diff options
-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} \ |