diff options
author | sf <sf@FreeBSD.org> | 2001-01-31 01:24:39 +0800 |
---|---|---|
committer | sf <sf@FreeBSD.org> | 2001-01-31 01:24:39 +0800 |
commit | dfc5a13b77ec1bfda0a7120fe4b1680be3bc405a (patch) | |
tree | 2306395d18ca6ed48b5c88e33e7e22c8e0b11843 /mail/cclient/Makefile | |
parent | 0cba24ed3fc9f1634bd69e78df31dc78ef77faac (diff) | |
download | freebsd-ports-graphics-dfc5a13b77ec1bfda0a7120fe4b1680be3bc405a.tar.gz freebsd-ports-graphics-dfc5a13b77ec1bfda0a7120fe4b1680be3bc405a.tar.zst freebsd-ports-graphics-dfc5a13b77ec1bfda0a7120fe4b1680be3bc405a.zip |
update with using new distfile.
PR: 24588
Submitted by: Pete Fritchman <petef@databits.net>
Diffstat (limited to 'mail/cclient/Makefile')
-rw-r--r-- | mail/cclient/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/mail/cclient/Makefile b/mail/cclient/Makefile index 965547e3756..55b9b655271 100644 --- a/mail/cclient/Makefile +++ b/mail/cclient/Makefile @@ -7,12 +7,13 @@ PORTNAME= cclient PORTVERSION= 4.8 +PORTREVISION= 1 CATEGORIES= mail devel MASTER_SITES= ftp://ftp.cac.washington.edu/imap/%SUBDIR%/ \ ftp://ftp.funet.fi/pub/mirrors/ftp.cac.washington.edu/imap/%SUBDIR%/ \ http://mirror.nucba.ac.jp/mirror/%SUBDIR%/ -MASTER_SITE_SUBDIR= . old -DISTNAME= imap-2000a +MASTER_SITE_SUBDIR= . old +DISTNAME= imap-2000b EXTRACT_SUFX= .tar.Z MAINTAINER= ports@FreeBSD.org |