diff options
author | Anders Nordby <anders@FreeBSD.org> | 2003-05-21 00:54:21 +0000 |
---|---|---|
committer | Anders Nordby <anders@FreeBSD.org> | 2003-05-21 00:54:21 +0000 |
commit | 457a2b423ebc51409b9dd9bcd799a9b8d755e36e (patch) | |
tree | 4de44a491800bd8f0a9a5cd79011805ddd164c40 /mail/cclient | |
parent | 1fee47f9cee76734ab5b9d44e8ef6cca52a8574f (diff) | |
download | ports-457a2b423ebc51409b9dd9bcd799a9b8d755e36e.tar.gz ports-457a2b423ebc51409b9dd9bcd799a9b8d755e36e.zip |
Notes
Diffstat (limited to 'mail/cclient')
-rw-r--r-- | mail/cclient/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/mail/cclient/Makefile b/mail/cclient/Makefile index d053e2c373ef..25b6fb514af9 100644 --- a/mail/cclient/Makefile +++ b/mail/cclient/Makefile @@ -9,10 +9,10 @@ PORTNAME= cclient PORTVERSION= 2002c1 PORTEPOCH= 1 CATEGORIES= mail devel -MASTER_SITES= ftp://ftp.cac.washington.edu/imap/ \ - http://atreides.freenix.no/~anders/ \ - ftp://ftp.funet.fi/pub/mirrors/ftp.cac.washington.edu/imap/ \ - ftp://ftp.nuug.no/pub/anders/distfiles/ +MASTER_SITES= ftp://ftp.cac.washington.edu/imap/%SUBDIR%/ \ + http://atreides.freenix.no/~anders/%SUBDIR%/ \ + ftp://ftp.funet.fi/pub/mirrors/ftp.cac.washington.edu/imap/%SUBDIR%/ \ + ftp://ftp.nuug.no/pub/anders/distfiles/%SUBDIR%/ MASTER_SITE_SUBDIR= . old DISTNAME= imap-${PORTVERSION} EXTRACT_SUFX= .tar.Z |